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