8 references to CompilationWithAnalyzersPair
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.CompilationManager.cs (1)
126return new CompilationWithAnalyzersPair(projectCompilation, hostCompilation);
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (3)
149compilationWithAnalyzers = new CompilationWithAnalyzersPair( 159compilationWithAnalyzers = new CompilationWithAnalyzersPair( 463return new CompilationWithAnalyzersPair(
Roslyn.VisualStudio.Next.UnitTests (4)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (4)
168var compilationWithAnalyzers = new CompilationWithAnalyzersPair( 209var compilationWithAnalyzers = new CompilationWithAnalyzersPair( 247? new CompilationWithAnalyzersPair(projectCompilationWithAnalyzers: null, compilationWithAnalyzers) 248: new CompilationWithAnalyzersPair(compilationWithAnalyzers, hostCompilationWithAnalyzers: null);