1 instantiation of IOQueue
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionContextFactory.cs (1)
51
var transportScheduler = options.UnsafePreferInlineScheduling ? PipeScheduler.Inline : new
IOQueue
();
2 references to IOQueue
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
SocketConnectionFactoryOptions.cs (1)
38
public int IOQueueCount { get; set; } = Internal.
IOQueue
.DefaultCount;
SocketTransportOptions.cs (1)
33
public int IOQueueCount { get; set; } = Internal.
IOQueue
.DefaultCount;