8 references to Descriptor
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (8)
Diagnostics\Suppression\SuppressionTests.cs (8)
1063
return [
Descriptor
];
1076
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, classDecl.Identifier.GetLocation()));
1081
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, ns.Name.GetLocation()));
1086
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, method.Identifier.GetLocation()));
1091
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, property.Identifier.GetLocation()));
1096
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, field.Declaration.Variables.First().Identifier.GetLocation()));
1101
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, e.Identifier.GetLocation()));
1108
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, trivia.GetLocation()));