1 write to _portType
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcEndpointConfig.cs (1)
84_portType = portType;
2 references to _portType
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcEndpointConfig.cs (2)
32public bool IsConnectConfig => _portType == PortType.Connect; 34public bool IsListenConfig => _portType == PortType.Listen;