1 write to RootedObjects
System.Web (1)
Hosting\IPipelineRuntime.cs (1)
517context.RootedObjects = root;
8 references to RootedObjects
System.Web (8)
Hosting\IPipelineRuntime.cs (1)
464context.RootedObjects.Destroy();
HttpApplication.cs (3)
3648if (context.RootedObjects == null 3649|| context.RootedObjects.WebSocketPipeline == null 4087using (context.RootedObjects.WithinTraceBlock()) {
HttpContext.cs (4)
371RootedObjects.WebSocketPipeline = new WebSocketPipeline(RootedObjects, this, userFunc, subprotocol); 642if (RootedObjects != null) { 644return RootedObjects.DisposeOnPipelineCompleted(target);