2 writes to NetServerEndpointInfo
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
188NetServerEndpointInfo = default(IpcEndpointInfo); 235NetServerEndpointInfo = await AcceptAsyncImpl(acceptTokenSource.Token).ConfigureAwait(false);
5 references to NetServerEndpointInfo
Microsoft.Diagnostics.NETCore.Client (5)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (5)
182protected IpcEndpoint Endpoint => NetServerEndpointInfo.Endpoint; 183public Guid RuntimeInstanceId => NetServerEndpointInfo.RuntimeInstanceCookie; 184public int RuntimeProcessId => NetServerEndpointInfo.ProcessId; 323_tcpServer.RemoveConnection(NetServerEndpointInfo.RuntimeInstanceCookie); 381_webSocketServer.RemoveConnection(NetServerEndpointInfo.RuntimeInstanceCookie);