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