6 references to Instance
Microsoft.CodeAnalysis.Features (6)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
26
if (analyzer == FileContentLoadAnalyzer.
Instance
||
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (4)
164
hostAnalyzers.Add(FileContentLoadAnalyzer.
Instance
);
166
allAnalyzers.Add(FileContentLoadAnalyzer.
Instance
);
174
Debug.Assert(analyzer != FileContentLoadAnalyzer.
Instance
&& analyzer != GeneratorDiagnosticsPlaceholderAnalyzer.Instance);
183
Debug.Assert(analyzer != FileContentLoadAnalyzer.
Instance
&& analyzer != GeneratorDiagnosticsPlaceholderAnalyzer.Instance);
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
54
if (options == null || analyzer == FileContentLoadAnalyzer.
Instance
|| analyzer == GeneratorDiagnosticsPlaceholderAnalyzer.Instance)