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)
146
public virtual
PageInstrumentationService
PageInstrumentation {
Abstractions\HttpContextWrapper.cs (1)
150
public override
PageInstrumentationService
PageInstrumentation {
HttpContext.cs (2)
96
private
PageInstrumentationService
_pageInstrumentationService = null;
1415
public
PageInstrumentationService
PageInstrumentation {
UI\ControlBuilder.cs (2)
1266
if (!
PageInstrumentationService
.IsEnabled) {
1395
if (!
PageInstrumentationService
.IsEnabled) {