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(); 131await _stream.WaitForConnectionAsync(linkedSource.Token).ConfigureAwait(false); 134NamedPipeServerStream connectedStream = _stream; 149_stream.Dispose();