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