1 instantiation of PageInstrumentationService
System.Web (1)
HttpContext.cs (1)
1418_pageInstrumentationService = new PageInstrumentationService();
6 references to PageInstrumentationService
System.Web (6)
Abstractions\HttpContextBase.cs (1)
146public virtual PageInstrumentationService PageInstrumentation {
Abstractions\HttpContextWrapper.cs (1)
150public override PageInstrumentationService PageInstrumentation {
HttpContext.cs (2)
96private PageInstrumentationService _pageInstrumentationService = null; 1415public PageInstrumentationService PageInstrumentation {
UI\ControlBuilder.cs (2)
1266if (!PageInstrumentationService.IsEnabled) { 1395if (!PageInstrumentationService.IsEnabled) {