14 references to NoCompilationLanguageService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (7)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
345using var workspace = CreateWorkspace(new[] { typeof(NoCompilationLanguageService) });
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (4)
525using var _ = CreateWorkspace(out var solution, out var service, new[] { typeof(NoCompilationLanguageService) }); 680using var _ = CreateWorkspace(out var solution, out var service, new[] { typeof(NoCompilationLanguageService) }); 3707var composition = FeaturesTestCompositions.Features.AddParts(typeof(NoCompilationLanguageService)); 3709using var _ = CreateWorkspace(out var solution, out var service, new[] { typeof(NoCompilationLanguageService) });
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
35private static readonly TestComposition s_composition = EditorTestCompositions.EditorFeatures.AddParts(typeof(NoCompilationLanguageService));
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
49.AddParts(typeof(MockDiagnosticAnalyzerService), typeof(NoCompilationLanguageService));
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
Formatter\FormatterTests.cs (2)
48var hostServices = s_composition.AddParts(new[] { typeof(NoCompilationLanguageService), typeof(TestFormattingService) }).GetHostServices(); 66var hostServices = s_composition.AddParts(new[] { typeof(NoCompilationLanguageService), typeof(TestFormattingService) }).GetHostServices();
SolutionTests\SolutionTests.cs (2)
4124using var workspace = CreateWorkspace(new[] { typeof(NoCompilationLanguageService) }); 4145using var workspace = CreateWorkspace(new[] { typeof(NoCompilationLanguageService) });
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CPS\CSharpReferencesTests.cs (1)
115using var environment = new TestEnvironment(typeof(NoCompilationLanguageService));
Roslyn.VisualStudio.Next.UnitTests (2)
Remote\SnapshotSerializationTests.cs (1)
518using var workspace = CreateWorkspace(new[] { typeof(NoCompilationLanguageService) });
Services\ServiceHubServicesTests.cs (1)
177var workspace = CreateWorkspace(new[] { typeof(NoCompilationLanguageService) });