1 write to File
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\StackTrace\ExceptionDetails\ExceptionDetailsProvider.cs (1)
100File = filePath,
10 references to File
Microsoft.AspNetCore.Server.IIS (10)
src\Shared\ErrorPage\ErrorPage.Designer.cs (6)
321if (!string.IsNullOrEmpty(location) && firstFrame != null && !string.IsNullOrEmpty(firstFrame.File)) 339WriteAttributeValue("", 4872, firstFrame.File, 4872, 16, false); 348Write(System.IO.Path.GetFileName(firstFrame.File)); 504if (string.IsNullOrEmpty(frame.File)) 540WriteAttributeValue("", 7223, frame.File, 7223, 11, false); 549Write(System.IO.Path.GetFileName(frame.File));
src\Shared\StackTrace\ExceptionDetails\ExceptionDetailsProvider.cs (4)
104if (string.IsNullOrEmpty(stackFrame.File)) 110if (File.Exists(stackFrame.File)) 112lines = File.ReadLines(stackFrame.File); 117var fileInfo = _fileProvider.GetFileInfo(stackFrame.File);