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)
32
public bool IsConnectConfig =>
_portType
== PortType.Connect;
34
public bool IsListenConfig =>
_portType
== PortType.Listen;