3 references to IsAsyncKey
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
61
var isAsync = properties.ContainsKey(UseCountProperlyAnalyzer.
IsAsyncKey
) ||
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (2)
49
internal const string IsAsyncKey = nameof(
IsAsyncKey
);
422
propertiesBuilder.Add(
IsAsyncKey
, null);