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