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