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); 238if (_overlapped != null) 240boundHandle.FreeNativeOverlapped(_overlapped); 265if (_overlapped != null) 267boundHandle.FreeNativeOverlapped(_overlapped);