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