8 references to new
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
120
return
new
(
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (3)
145
compilationWithAnalyzers = new
CompilationWithAnalyzersPair
(
155
compilationWithAnalyzers = new
CompilationWithAnalyzersPair
(
466
return new
CompilationWithAnalyzersPair
(
Roslyn.VisualStudio.Next.UnitTests (4)
Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs (4)
160
var compilationWithAnalyzers = new
CompilationWithAnalyzersPair
(
201
var compilationWithAnalyzers = new
CompilationWithAnalyzersPair
(
236
? new
CompilationWithAnalyzersPair
(projectCompilationWithAnalyzers: null, compilationWithAnalyzers)
237
: new
CompilationWithAnalyzersPair
(compilationWithAnalyzers, hostCompilationWithAnalyzers: null);