1 type derived from AvoidZeroLengthArrayAllocationsAnalyzer
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidZeroLengthArrayAllocations.cs (1)
16
public sealed class CSharpAvoidZeroLengthArrayAllocationsAnalyzer :
AvoidZeroLengthArrayAllocationsAnalyzer
2 references to AvoidZeroLengthArrayAllocationsAnalyzer
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (2)
22
public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(
AvoidZeroLengthArrayAllocationsAnalyzer
.RuleId);
75
generator.GenericName(
AvoidZeroLengthArrayAllocationsAnalyzer
.ArrayEmptyMethodName, elementType));