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