1 write to _fileContents
Microsoft.AspNetCore.Mvc.Core (1)
FileContentResult.cs (1)
57_fileContents = value;
2 references to _fileContents
Microsoft.AspNetCore.Mvc.Core (2)
FileContentResult.cs (2)
51get => _fileContents; 52[MemberNotNull(nameof(_fileContents))]