1 instantiation of ServerIpcEndpoint
Microsoft.Diagnostics.NETCore.Client (1)
ReversedServer\ReversedDiagnosticsServer.cs (1)
306ServerIpcEndpoint endpoint = new(this, runtimeCookie);
3 references to ServerIpcEndpoint
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcTransport.cs (2)
177return Equals(obj as ServerIpcEndpoint); 180public bool Equals(ServerIpcEndpoint other)
ReversedServer\ReversedDiagnosticsServer.cs (1)
306ServerIpcEndpoint endpoint = new(this, runtimeCookie);