1 write to Address
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcEndpointConfig.cs (1)
82Address = address;
6 references to Address
Microsoft.Diagnostics.NETCore.Client (6)
DiagnosticsClient\DiagnosticsClientConnector.cs (2)
65string fullPort = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? portConfig.Address : Path.GetFullPath(portConfig.Address);
DiagnosticsIpc\IpcTransport.cs (4)
66config.Address, 76socket.Connect(new IpcUnixDomainSocketEndPoint(config.Address), timeout); 108config.Address, 124await socket.ConnectAsync(new IpcUnixDomainSocketEndPoint(config.Address), token).ConfigureAwait(false);