1 write to BaseContext
System.Web (1)
Hosting\AspNetHostExecutionContextManager.cs (1)
108
BaseContext
= baseContext;
5 references to BaseContext
System.Web (5)
Hosting\AspNetHostExecutionContextManager.cs (5)
67
if (castHostExecutionContext.
BaseContext
!= null) {
68
baseRevertParameter = base.SetHostExecutionContext(castHostExecutionContext.
BaseContext
);
114
: this(CreateCopyHelper(original.
BaseContext
), original.HttpContextThreadContextId) {
127
if (disposing &&
BaseContext
!= null) {
128
BaseContext
.Dispose();