6 references to
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketAwaitableEventArgs.cs (1)
28: base(unsafeSuppressExecutionContextFlow: true)
System.Net.Sockets (4)
System\Net\Sockets\Socket.Tasks.cs (2)
981base(unsafeSuppressExecutionContextFlow: true) // avoid flowing context at lower layers as we only expose Task, which handles it 1012base(unsafeSuppressExecutionContextFlow: true) // avoid flowing context at lower layers as we only expose ValueTask, which handles it
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
91public SocketAsyncEventArgs() : this(unsafeSuppressExecutionContextFlow: false) 872public MultiConnectSocketAsyncEventArgs() : base(unsafeSuppressExecutionContextFlow: false) { }
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (1)
29public SocketAwaitableEventArgs() : base(unsafeSuppressExecutionContextFlow: true) { }