17 references to NoCompilationLanguageService
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
98typeof(NoCompilationLanguageService),
Microsoft.CodeAnalysis.Features.UnitTests (6)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (4)
80using var _ = CreateWorkspace(out var solution, out var service, [typeof(NoCompilationLanguageService)]); 236using var _ = CreateWorkspace(out var solution, out var service, [typeof(NoCompilationLanguageService)]); 1620using var _ = CreateWorkspace(out var solution, out var service, [typeof(NoCompilationLanguageService)]); 4006using var _ = CreateWorkspace(out var solution, out var service, [typeof(NoCompilationLanguageService)]);
EditAndContinue\EditSessionActiveStatementsTests.cs (1)
31private static readonly TestComposition s_composition = FeaturesTestCompositions.Features.AddParts(typeof(NoCompilationLanguageService));
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
41.AddParts(typeof(NoCompilationLanguageService));
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Formatter\FormatterTests.cs (2)
48var hostServices = s_composition.AddParts([typeof(NoCompilationLanguageService), typeof(TestFormattingService)]).GetHostServices(); 65var hostServices = s_composition.AddParts([typeof(NoCompilationLanguageService), typeof(TestFormattingService)]).GetHostServices();
SolutionTests\SolutionTests.cs (4)
4904using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService)]); 4925using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService)]); 4945using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService)]); 5293using var workspace = CreateWorkspace(additionalParts: [typeof(NoCompilationLanguageService)]);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\CPS\CSharpReferencesTests.cs (1)
115using var environment = new TestEnvironment(typeof(NoCompilationLanguageService));
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SnapshotSerializationTests.cs (1)
519using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService)]);
Services\ServiceHubServicesTests.cs (2)
234using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService)]); 1533using var workspace = CreateWorkspace([typeof(NoCompilationLanguageService), typeof(TestWorkspaceConfigurationService)]);