2 writes to _overlapped
Microsoft.AspNetCore.Server.HttpSys (2)
AsyncAcceptContext.cs (2)
244
_overlapped
= boundHandle.AllocateNativeOverlapped(_preallocatedOverlapped);
268
_overlapped
= null;
5 references to _overlapped
Microsoft.AspNetCore.Server.HttpSys (5)
AsyncAcceptContext.cs (5)
186
_overlapped
);
238
if (
_overlapped
!= null)
240
boundHandle.FreeNativeOverlapped(
_overlapped
);
265
if (
_overlapped
!= null)
267
boundHandle.FreeNativeOverlapped(
_overlapped
);