2 references to WorkerCount
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (1)
148var workerCount = endpointOptions.WorkerCount ?? _options.WorkerCount;
DirectTlsTransportOptions.cs (1)
30/// The default <see cref="WorkerCount"/>, derived from <see cref="Environment.ProcessorCount"/>.