1 instantiation of WorkspaceManager
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
79
() => new
WorkspaceManager
(
3 references to WorkspaceManager
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Remote\InProcRemoteHostClientProvider.cs (3)
64
private readonly Lazy<
WorkspaceManager
> _lazyManager;
78
_lazyManager = new Lazy<
WorkspaceManager
>(
107
var
manager = _lazyManager.Value;