2 writes to StackFrames
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\StackTrace\ExceptionDetails\ExceptionDetails.cs (2)
19
StackFrames
= stackFrames;
25
StackFrames
= stackFrames;
4 references to StackFrames
Microsoft.AspNetCore.Diagnostics (4)
DeveloperExceptionPage\Views\CompilationErrorPage.Designer.cs (2)
349
var fileName = errorDetail.
StackFrames
.FirstOrDefault()?.File;
400
foreach (var frame in errorDetail.
StackFrames
)
DeveloperExceptionPage\Views\ErrorPage.Designer.cs (2)
370
var firstFrame = errorDetail.
StackFrames
.FirstOrDefault();
583
foreach (var frame in errorDetail.
StackFrames
)