4 writes to _hostExecutionContext
mscorlib (4)
system\threading\executioncontext.cs (4)
867
_hostExecutionContext
= value;
1104
ec.
_hostExecutionContext
= _hostExecutionContext == null ? null : _hostExecutionContext.CreateCopy();
1140
ec.
_hostExecutionContext
= this._hostExecutionContext == null ? null : _hostExecutionContext.CreateCopy();
1314
ecNew.
_hostExecutionContext
= hostCtxNew;
8 references to _hostExecutionContext
mscorlib (8)
system\threading\executioncontext.cs (8)
862
return
_hostExecutionContext
;
898
if (
_hostExecutionContext
!= null)
899
_hostExecutionContext
.Dispose();
1104
ec._hostExecutionContext =
_hostExecutionContext
== null ? null :
_hostExecutionContext
.CreateCopy();
1140
ec._hostExecutionContext = this.
_hostExecutionContext
== null ? null :
_hostExecutionContext
.CreateCopy();
1366
if (
_hostExecutionContext
!= null)