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