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