5 references to NativeOverlapped
Microsoft.AspNetCore.Server.HttpSys (5)
RequestProcessing\Response.cs (2)
352asyncResult == null ? SafeNativeOverlapped.Zero : asyncResult.NativeOverlapped!, 370asyncResult == null ? SafeNativeOverlapped.Zero : asyncResult.NativeOverlapped!,
RequestProcessing\ResponseBody.cs (3)
359asyncResult.NativeOverlapped!, 682asyncResult.NativeOverlapped!, 768HttpApi.CancelIoEx(RequestQueueHandle, asyncState.NativeOverlapped!);