4 references to DataChunks
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (2)
302
else if (asyncResult != null && asyncResult.
DataChunks
!= null)
305
_nativeResponse.Base.pEntityChunks = asyncResult.
DataChunks
;
RequestProcessing\ResponseBody.cs (2)
362
asyncResult.
DataChunks
,
685
asyncResult.
DataChunks
,