1 write to _maxInstances
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\IpcServerTransport.cs (1)
106_maxInstances = maxInstances != MaxAllowedConnections ? maxInstances : NamedPipeServerStream.MaxAllowedServerInstances;
3 references to _maxInstances
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsIpc\IpcServerTransport.cs (3)
108_stream = CreateNewNamedPipeServer(_pipeName, _maxInstances); 137_stream = CreateNewNamedPipeServer(_pipeName, _maxInstances); 150_stream = CreateNewNamedPipeServer(_pipeName, _maxInstances);