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