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)
958
if (
_topTraceContext
== null)
960
return
_topTraceContext
;
966
if (
_topTraceContext
== null)
969
return
_topTraceContext
.IsEnabled;
1879
_traceContextStack.Push(
_topTraceContext
);
1882
if (
_topTraceContext
!= null) {
1884
_topTraceContext
.CopySettingsTo(tc);