9 references to _pipeWriter
Microsoft.CodeAnalysis.Remote.Workspaces (9)
RemoteHostAssetWriter.cs (9)
98
_scope.SolutionChecksum.WriteTo(
_pipeWriter
);
99
await
_pipeWriter
.FlushAsync(cancellationToken).ConfigureAwait(false);
136
await
_pipeWriter
.FlushAsync(cancellationToken).ConfigureAwait(false);
140
await tempStream.CopyToAsync(
_pipeWriter
, cancellationToken).ConfigureAwait(false);
146
await
_pipeWriter
.FlushAsync(cancellationToken).ConfigureAwait(false);
175
var span =
_pipeWriter
.GetSpan(1);
177
_pipeWriter
.Advance(1);
185
var span =
_pipeWriter
.GetSpan(sizeof(int));
187
_pipeWriter
.Advance(sizeof(int));