6 references to Instance
Microsoft.CodeAnalysis.Features (6)
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
55if (options == null || analyzer == FileContentLoadAnalyzer.Instance || analyzer == GeneratorDiagnosticsPlaceholderAnalyzer.Instance)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.cs (4)
71hostAnalyzers.Add(FileContentLoadAnalyzer.Instance); 73allAnalyzers.Add(FileContentLoadAnalyzer.Instance); 81Debug.Assert(analyzer != FileContentLoadAnalyzer.Instance && analyzer != GeneratorDiagnosticsPlaceholderAnalyzer.Instance); 90Debug.Assert(analyzer != FileContentLoadAnalyzer.Instance && analyzer != GeneratorDiagnosticsPlaceholderAnalyzer.Instance);
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
99if (analyzer == FileContentLoadAnalyzer.Instance ||