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