2 writes to StackFrames
Microsoft.AspNetCore.Hosting (2)
src\Shared\StackTrace\ExceptionDetails\ExceptionDetails.cs (2)
19
StackFrames
= stackFrames;
25
StackFrames
= stackFrames;
2 references to StackFrames
Microsoft.AspNetCore.Hosting (2)
src\Shared\ErrorPage\ErrorPage.Designer.cs (2)
316
var firstFrame = errorDetail.
StackFrames
.FirstOrDefault();
483
foreach (var frame in errorDetail.
StackFrames
)