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