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