1 instantiation of AspNetEventSource
System.Web (1)
AspNetEventSource.cs (1)
26
public static readonly AspNetEventSource Instance = new
AspNetEventSource
();
5 references to AspNetEventSource
System.Web (5)
AspNetEventSource.cs (1)
26
public static readonly
AspNetEventSource
Instance = new AspNetEventSource();
Hosting\IPipelineRuntime.cs (1)
532
AspNetEventSource
.Instance.RequestStarted(wr);
RootedObjects.cs (3)
48
_activityIdTracingIsEnabled = ActivityIdHelper.Instance != null &&
AspNetEventSource
.Instance.IsEnabled();
119
AspNetEventSource
.Instance.RequestCompleted();
221
AspNetEventSource
.Instance.RequestEnteredAspNetPipeline(WorkerRequest, _requestActivityId);