1 write to _stream
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Rpc\RpcClient.cs (1)
43
_stream
= stream;
2 references to _stream
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Rpc\RpcClient.cs (2)
31
/// A semaphore taken to synchronize all writes to <see cref="
_stream
"/>.
176
await
_stream
.WriteAsync(requestJsonBytes, 0, requestJsonBytes.Length, cancellationToken).ConfigureAwait(false);