1 write to _lazyClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
84_lazyClient = new Lazy<RemoteHostClient>(
1 reference to _lazyClient
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemoteHostClientProvider.cs (1)
113=> Task.FromResult<RemoteHostClient?>(_lazyClient.Value);