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