4 writes to _syncContext
mscorlib (4)
system\threading\executioncontext.cs (4)
838_syncContext = value; 1099ec._syncContext = _syncContext == null ? null : _syncContext.CreateCopy(); 1135ec._syncContext = this._syncContext; 1316ecNew._syncContext = syncCtxNew;
5 references to _syncContext
mscorlib (5)
system\threading\executioncontext.cs (5)
832return _syncContext; 1099ec._syncContext = _syncContext == null ? null : _syncContext.CreateCopy(); 1135ec._syncContext = this._syncContext; 1369if (!ignoreSyncCtx && _syncContext != null)