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