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