4 references to DataChunks
Microsoft.AspNetCore.Server.HttpSys (4)
RequestProcessing\Response.cs (2)
318
else if (asyncResult != null && asyncResult.
DataChunks
!= null)
321
_nativeResponse.Base.pEntityChunks = asyncResult.
DataChunks
;
RequestProcessing\ResponseBody.cs (2)
355
asyncResult.
DataChunks
,
678
asyncResult.
DataChunks
,