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