9 references to Default
Microsoft.CodeAnalysis.Remote.ServiceHub (9)
ExternalAccess\Pythia\Api\PythiaBrokeredServiceImplementation.cs (2)
23=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken); 26=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);
ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs (2)
23=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken); 26=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);
ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs (4)
22=> UnitTestingIncrementalAnalyzerProvider.TryRegister(RemoteWorkspaceManager.Default.GetWorkspace(), analyzerName, provider); 26var workspace = RemoteWorkspaceManager.Default.GetWorkspace(); 32=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.UnderlyingObject, cancellationToken); 35=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);
Services\BrokeredServiceBase.cs (1)
64WorkspaceManager = TestData?.WorkspaceManager ?? RemoteWorkspaceManager.Default;