1 write to _server
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcTransport.cs (1)
147_server = server;
7 references to _server
Microsoft.Diagnostics.NETCore.Client (7)
DiagnosticsIpc\IpcTransport.cs (7)
157return _server.Connect(_runtimeId, timeout); 162return _server.ConnectAsync(_runtimeId, token); 167_server.WaitForConnection(_runtimeId, timeout); 172return _server.WaitForConnectionAsync(_runtimeId, token); 182return other != null && other._runtimeId == _runtimeId && other._server == _server; 187return _runtimeId.GetHashCode() ^ _server.GetHashCode();