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)
157
return
_server
.Connect(_runtimeId, timeout);
162
return
_server
.ConnectAsync(_runtimeId, token);
167
_server
.WaitForConnection(_runtimeId, timeout);
172
return
_server
.WaitForConnectionAsync(_runtimeId, token);
182
return other != null && other._runtimeId == _runtimeId && other.
_server
==
_server
;
187
return _runtimeId.GetHashCode() ^
_server
.GetHashCode();