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