2 writes to Exists
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
175
Exists
= fileInfo.Exists;
Microsoft.AspNetCore.Http.Results.Tests (1)
PhysicalFileResultTest.cs (1)
29
Exists
= true,
1 reference to Exists
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
113
if (!fileInfo.
Exists
)