1 write to _pipeName
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
107
_pipeName
= pipeName.StartsWith(PipePrefix) ? pipeName.Substring(PipePrefix.Length) : pipeName;
3 references to _pipeName
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (3)
108
_stream = CreateNewNamedPipeServer(
_pipeName
, _maxInstances);
137
_stream = CreateNewNamedPipeServer(
_pipeName
, _maxInstances);
150
_stream = CreateNewNamedPipeServer(
_pipeName
, _maxInstances);