1 write to _lazyManager
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
67
_lazyManager
= new Lazy<WorkspaceManager>(
3 references to _lazyManager
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (3)
Remote\InProcRemoteHostClientProvider.cs (3)
77
new RemoteHostTestData(
_lazyManager
.Value, isInProc: true)));
83
if (
_lazyManager
.IsValueCreated)
85
var manager =
_lazyManager
.Value;