2 references to _supportedDiagnostics
Roslyn.VisualStudio.Next.UnitTests (2)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (2)
268
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics =>
_supportedDiagnostics
;
276
c.ReportDiagnostic(Diagnostic.Create(
_supportedDiagnostics
[0], c.Tree.GetLocation(TextSpan.FromBounds(0, 1))));