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