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
);