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)
371
if (
_threadId
!= currentThreadId)
378
if (
_threadId
!= currentThreadId)
385
if (
_threadId
== currentThreadId) {
398
if (
_threadId
== currentThreadId) {
413
if (
_threadId
== currentThreadId) {