1 instantiation of RequestStreamAsyncResult
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestStream.cs (1)
236asyncResult = new RequestStreamAsyncResult(this, null, null, buffer, offset, size, dataRead, cancellationRegistration);
4 references to RequestStreamAsyncResult
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\RequestStream.cs (1)
202RequestStreamAsyncResult? asyncResult = null;
RequestProcessing\RequestStreamAsyncResult.cs (3)
67private static void IOCompleted(RequestStreamAsyncResult asyncResult, uint errorCode, uint numBytes) 95var asyncResult = (RequestStreamAsyncResult)ThreadPoolBoundHandle.GetNativeOverlappedState(nativeOverlapped)!;