1 write to _fileName
Microsoft.AspNetCore.Http.Results (1)
VirtualFileHttpResult.cs (1)
98internal set => _fileName = value ?? throw new ArgumentNullException(nameof(value));
2 references to _fileName
Microsoft.AspNetCore.Http.Results (2)
VirtualFileHttpResult.cs (2)
96get => _fileName; 97[MemberNotNull(nameof(_fileName))]