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