4 instantiations of FileBufferingReadStream
Microsoft.AspNetCore.Http (2)
Internal\BufferingHelper.cs (2)
20var fileStream = new FileBufferingReadStream(body, bufferThreshold, bufferLimit, AspNetCoreTempDirectory.TempDirectoryFactory); 36var fileStream = new FileBufferingReadStream(body, bufferThreshold, bufferLimit, AspNetCoreTempDirectory.TempDirectoryFactory);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
130readStream = new FileBufferingReadStream(request.Body, memoryThreshold);
XmlSerializerInputFormatter.cs (1)
114readStream = new FileBufferingReadStream(request.Body, memoryThreshold);
7 references to FileBufferingReadStream
Microsoft.AspNetCore.Http (2)
Internal\BufferingHelper.cs (2)
20var fileStream = new FileBufferingReadStream(body, bufferThreshold, bufferLimit, AspNetCoreTempDirectory.TempDirectoryFactory); 36var fileStream = new FileBufferingReadStream(body, bufferThreshold, bufferLimit, AspNetCoreTempDirectory.TempDirectoryFactory);
Microsoft.AspNetCore.WebUtilities (5)
FileBufferingReadStream.cs (5)
36/// Initializes a new instance of <see cref="FileBufferingReadStream" />. 46/// Initializes a new instance of <see cref="FileBufferingReadStream" />. 62/// Initializes a new instance of <see cref="FileBufferingReadStream" />. 98/// Initializes a new instance of <see cref="FileBufferingReadStream" />. 114/// Initializes a new instance of <see cref="FileBufferingReadStream" />.