8 references to Descriptor
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (8)
Diagnostics\Suppression\SuppressionTests.cs (8)
1062
return [
Descriptor
];
1075
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, classDecl.Identifier.GetLocation()));
1080
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, ns.Name.GetLocation()));
1085
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, method.Identifier.GetLocation()));
1090
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, property.Identifier.GetLocation()));
1095
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, field.Declaration.Variables.First().Identifier.GetLocation()));
1100
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, e.Identifier.GetLocation()));
1107
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, trivia.GetLocation()));