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)
981
base
(unsafeSuppressExecutionContextFlow: true) // avoid flowing context at lower layers as we only expose Task, which handles it
1012
base
(unsafeSuppressExecutionContextFlow: true) // avoid flowing context at lower layers as we only expose ValueTask, which handles it
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
91
public SocketAsyncEventArgs() :
this
(unsafeSuppressExecutionContextFlow: false)
872
public MultiConnectSocketAsyncEventArgs() :
base
(unsafeSuppressExecutionContextFlow: false) { }
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (1)
29
public SocketAwaitableEventArgs() :
base
(unsafeSuppressExecutionContextFlow: true) { }