1 write to StackTrace
System.Web (1)
Util\AppVerifier.cs (1)
746
StackTrace
= captureStack? CaptureStackTrace(): "n/a";
4 references to StackTrace
System.Web (4)
Util\AppVerifier.cs (4)
239
errorString.AppendLine(assertInvocationInfo.
StackTrace
.ToString());
251
errorString.AppendLine(beginHandlerInvocationInfo.
StackTrace
.ToString());
259
errorString.AppendLine(firstAsyncInvocation.
StackTrace
.ToString());
624
errorString.AppendLine(assertInvocationInfo.
StackTrace
.ToString());