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