3 writes to _threadId
System.Web (3)
httpapplicationstate.cs (3)
390_threadId = currentThreadId; 400_threadId = 0; 414_threadId = 0;
5 references to _threadId
System.Web (5)
httpapplicationstate.cs (5)
371if (_threadId != currentThreadId) 378if (_threadId != currentThreadId) 385if (_threadId == currentThreadId) { 398if (_threadId == currentThreadId) { 413if (_threadId == currentThreadId) {