2 writes to _netServerEndpointInfo
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (2)
178private set { _netServerEndpointInfo = value; } 200_netServerEndpointInfo = default(IpcEndpointInfo);
1 reference to _netServerEndpointInfo
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (1)
177get => _netServerEndpointInfo;