5 references to _descriptor
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (5)
Diagnostics\Suppression\SuppressionTests.cs (5)
2181public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [_descriptor]; 2192context.ReportDiagnostic(Diagnostic.Create(_descriptor, classDecl.Identifier.GetLocation())); 2197context.ReportDiagnostic(Diagnostic.Create(_descriptor, ns.Name.GetLocation())); 2202context.ReportDiagnostic(Diagnostic.Create(_descriptor, method.Identifier.GetLocation())); 2207context.ReportDiagnostic(Diagnostic.Create(_descriptor, extensionBlock.Keyword.GetLocation()));