1 write to _preallocatedOverlapped
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
36_preallocatedOverlapped = new(IOCallback, state: this, pinData: null);
1 reference to _preallocatedOverlapped
Microsoft.AspNetCore.Server.HttpSys (1)
AsyncAcceptContext.cs (1)
244_overlapped = boundHandle.AllocateNativeOverlapped(_preallocatedOverlapped);