5 writes to _topTraceContext
System.Web (5)
HttpContext.cs (5)
489_topTraceContext = new TraceContext(this); 959_topTraceContext = new TraceContext(this); 973_topTraceContext = new TraceContext(this); 1885_topTraceContext = tc; 1891_topTraceContext = (TraceContext) _traceContextStack.Pop();
7 references to _topTraceContext
System.Web (7)
HttpContext.cs (7)
958if (_topTraceContext == null) 960return _topTraceContext; 966if (_topTraceContext == null) 969return _topTraceContext.IsEnabled; 1879_traceContextStack.Push(_topTraceContext); 1882if (_topTraceContext != null) { 1884_topTraceContext.CopySettingsTo(tc);