1 write to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsTransportFactory.cs (1)
50_options = options.Value;
3 references to _options
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
DirectTlsTransportFactory.cs (3)
148var workerCount = endpointOptions.WorkerCount ?? _options.WorkerCount; 151var memoryPool = _options.MemoryPoolFactory.Create(DirectTlsTransportOptions.MemoryPoolOptions); 162_options,