2 writes to Current
System.Web (2)
ThreadContext.cs (2)
110
Current
= this;
134
Current
= _originalThreadContextCurrent;
6 references to Current
System.Web (6)
Hosting\AspNetHostExecutionContextManager.cs (2)
33
ThreadContext currentContext = ThreadContext.
Current
;
71
ThreadContext currentContext = ThreadContext.
Current
;
ThreadContext.cs (4)
57
Debug.Assert(
Current
!= this, "This ThreadContext is already associated with this thread.");
109
_originalThreadContextCurrent =
Current
;
126
Debug.Assert(
Current
== this, "This ThreadContext isn't associated with current thread.");
174
Debug.Assert(
Current
== this, "This ThreadContext isn't associated with current thread.");