2 references to UseArrayEmptyDescriptor
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.cs (2)
45
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
UseArrayEmptyDescriptor
);
122
context.ReportDiagnostic(arrayCreationExpression.Syntax.CreateDiagnostic(
UseArrayEmptyDescriptor
, typeName));