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