Open sharwell opened 8 years ago
Currently the analyzer checks each parameter type to see if it is a context type containing a CancellationToken property. The results of these lookups should be cached in the Analyzer instance to avoid multiple lookups for the same type.
CancellationToken
Analyzer
Currently the analyzer checks each parameter type to see if it is a context type containing a
CancellationToken
property. The results of these lookups should be cached in theAnalyzer
instance to avoid multiple lookups for the same type.