4 references to _descriptor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Diagnostics\Suppression\SuppressionTests.cs (4)
2062public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(_descriptor); 2073context.ReportDiagnostic(Diagnostic.Create(_descriptor, classDecl.Identifier.GetLocation())); 2078context.ReportDiagnostic(Diagnostic.Create(_descriptor, ns.Name.GetLocation())); 2083context.ReportDiagnostic(Diagnostic.Create(_descriptor, method.Identifier.GetLocation()));