1 implementation of OnValueChanged
mscorlib (1)
system\threading\asynclocal.cs (1)
80void IAsyncLocal.OnValueChanged(object previousValueObj, object currentValueObj, bool contextChanged)
3 references to OnValueChanged
mscorlib (3)
system\threading\executioncontext.cs (3)
730local.OnValueChanged(previousValue, newValue, false); 752local.OnValueChanged(previousValue, currentValue, true); 775local.OnValueChanged(previousValue, currentValue, true);