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);