4 references to _descriptor
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
Diagnostics\Suppression\SuppressionTests.cs (4)
2058
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [
_descriptor
];
2069
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, classDecl.Identifier.GetLocation()));
2074
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, ns.Name.GetLocation()));
2079
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, method.Identifier.GetLocation()));