Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InitializeInternals()

void System.Net.Sockets.SocketAsyncEventArgs.InitializeInternals ( )
inlineprivateinherited

Definition at line 1010 of file SocketAsyncEventArgs.cs.

1011 {
1013 if (System.Net.NetEventSource.Log.IsEnabled())
1014 {
1015 System.Net.NetEventSource.Info(this, $"new PreAllocatedOverlapped {_preAllocatedOverlapped}", "InitializeInternals");
1016 }
1017 }
static readonly System.Net.NetEventSource Log
static void Info(object thisOrContextObject, FormattableString formattableString=null, [CallerMemberName] string memberName=null)
static unsafe readonly IOCompletionCallback s_completionPortCallback
readonly StrongBox< SocketAsyncEventArgs > _strongThisRef
static PreAllocatedOverlapped UnsafeCreate(IOCompletionCallback callback, object? state, object? pinData)

References System.Net.Sockets.SocketAsyncEventArgs._preAllocatedOverlapped, System.Net.Sockets.SocketAsyncEventArgs._strongThisRef, System.Net.NetEventSource.Info(), System.Net.NetEventSource.Log, System.Net.Sockets.SocketAsyncEventArgs.s_completionPortCallback, and System.Threading.PreAllocatedOverlapped.UnsafeCreate().

Referenced by System.Net.Sockets.SocketAsyncEventArgs.SocketAsyncEventArgs().