1 write to ThreadId
System.Web (1)
Util\AppVerifier.cs (1)
744
ThreadId
= Thread.CurrentThread.ManagedThreadId;
4 references to ThreadId
System.Web (4)
Util\AppVerifier.cs (4)
238
errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ThreadInfo, assertInvocationInfo.
ThreadId
, assertInvocationInfo.Timestamp.ToLocalTime()));
250
errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_ThreadInfo, beginHandlerInvocationInfo.
ThreadId
, beginHandlerInvocationInfo.Timestamp.ToLocalTime()));
258
errorString.AppendLine(FormatErrorString(SR.AppVerifier_AsyncCallbackInfo_FirstInvocation_ThreadInfo, firstAsyncInvocation.
ThreadId
, firstAsyncInvocation.Timestamp.ToLocalTime()));
616
errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ThreadInfo, assertInvocationInfo.
ThreadId
, assertInvocationInfo.Timestamp.ToLocalTime()));