8 references to Descriptor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
Diagnostics\Suppression\SuppressionTests.cs (8)
1066
return ImmutableArray.Create(
Descriptor
);
1079
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, classDecl.Identifier.GetLocation()));
1084
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, ns.Name.GetLocation()));
1089
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, method.Identifier.GetLocation()));
1094
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, property.Identifier.GetLocation()));
1099
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, field.Declaration.Variables.First().Identifier.GetLocation()));
1104
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, e.Identifier.GetLocation()));
1111
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, trivia.GetLocation()));