3 references to LongCountAsync
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (3)
37
private const string LongCountAsync = nameof(
LongCountAsync
);
131
methods = namedType?.GetMembers(
LongCountAsync
).OfType<IMethodSymbol>().Where(m => m.Parameters.Length <= 2);
138
methods = namedType?.GetMembers(
LongCountAsync
).OfType<IMethodSymbol>().Where(m => m.Parameters.Length <= 2);