1 write to FileContents
Microsoft.AspNetCore.Mvc.Core (1)
FileContentResult.cs (1)
43FileContents = fileContents;
2 references to FileContents
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\FileContentResultExecutor.cs (2)
36result.FileContents.Length, 71var fileContentStream = new MemoryStream(result.FileContents);