2 references to UnsafePreferInlineScheduling
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Client\SocketConnectionFactory.cs (1)
37
var applicationScheduler = _options.
UnsafePreferInlineScheduling
? PipeScheduler.Inline : PipeScheduler.ThreadPool;
SocketConnectionFactoryOptions.cs (1)
24
UnsafePreferInlineScheduling = transportOptions.
UnsafePreferInlineScheduling
;