1 write to FileName
Microsoft.AspNetCore.Http.Results (1)
VirtualFileHttpResult.cs (1)
65
FileName
= fileName;
4 references to FileName
Microsoft.AspNetCore.Http.Results (3)
VirtualFileHttpResult.cs (3)
111
throw new FileNotFoundException($"Could not find file: {
FileName
}.",
FileName
);
154
var normalizedPath =
FileName
;
Microsoft.AspNetCore.Http.Results.Tests (1)
TypedResultsTests.cs (1)
299
Assert.Equal(path, result.
FileName
);