7 references to _descriptor
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (7)
Diagnostics\Suppression\SuppressionTests.vb (7)
1000
Return ImmutableArray.Create(
_descriptor
)
1012
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, classDecl.Identifier.GetLocation()))
1017
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, ns.Name.GetLocation()))
1022
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, method.Identifier.GetLocation()))
1027
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, p.Identifier.GetLocation()))
1032
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, f.Declarators.First().Names.First.GetLocation()))
1037
context.ReportDiagnostic(Diagnostic.Create(
_descriptor
, e.Identifier.GetLocation()))