4 writes to _localChangeNotifications
mscorlib (4)
system\threading\executioncontext.cs (4)
727current._localChangeNotifications = newChangeNotifications; 1101ec._localChangeNotifications = _localChangeNotifications; 1160ec._localChangeNotifications = this._localChangeNotifications; 1321ecNew._localChangeNotifications = localChangeNotifications;
8 references to _localChangeNotifications
mscorlib (8)
system\threading\executioncontext.cs (8)
711Contract.Assert(current._localChangeNotifications != null); 712Contract.Assert(Array.IndexOf(current._localChangeNotifications, local) >= 0); 716IAsyncLocal[] newChangeNotifications = current._localChangeNotifications; 738IAsyncLocal[] previousLocalChangeNotifications = (previous == null) ? null : previous._localChangeNotifications; 756IAsyncLocal[] currentLocalChangeNotifications = (current == null) ? null : current._localChangeNotifications; 1101ec._localChangeNotifications = _localChangeNotifications; 1160ec._localChangeNotifications = this._localChangeNotifications; 1279localChangeNotifications = ecCurrent.DangerousGetRawExecutionContext()._localChangeNotifications;