2 instantiations of AspNetHostExecutionContext
System.Web (2)
Hosting\AspNetHostExecutionContextManager.cs (2)
38return new AspNetHostExecutionContext( 118return new AspNetHostExecutionContext(this);
3 references to AspNetHostExecutionContext
System.Web (3)
Hosting\AspNetHostExecutionContextManager.cs (3)
63AspNetHostExecutionContext castHostExecutionContext = hostExecutionContext as AspNetHostExecutionContext; 113private AspNetHostExecutionContext(AspNetHostExecutionContext original)