You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: