2 references to ArrayEmptyMethodName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.cs (1)
59
if (typeSymbol.GetMembers(
ArrayEmptyMethodName
).FirstOrDefault() is IMethodSymbol methodSymbol && methodSymbol.DeclaredAccessibility == Accessibility.Public &&
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (1)
85
generator.GenericName(AvoidZeroLengthArrayAllocationsAnalyzer.
ArrayEmptyMethodName
, elementType));