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