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