3 writes to _stream
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (3)
108
_stream
= CreateNewNamedPipeServer(_pipeName, _maxInstances);
137
_stream
= CreateNewNamedPipeServer(_pipeName, _maxInstances);
150
_stream
= CreateNewNamedPipeServer(_pipeName, _maxInstances);
4 references to _stream
Microsoft.Diagnostics.NETCore.Client (4)
DiagnosticsIpc\IpcServerTransport.cs (4)
117
_stream
.Dispose();
131
await
_stream
.WaitForConnectionAsync(linkedSource.Token).ConfigureAwait(false);
134
NamedPipeServerStream connectedStream =
_stream
;
149
_stream
.Dispose();