6 implementations of Set
mscorlib (6)
system\threading\asynclocal.cs (6)
156
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
183
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
230
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
285
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
359
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
446
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
1 reference to Set
mscorlib (1)
system\threading\executioncontext.cs (1)
700
newValues = newValues.
Set
(local, newValue, treatNullValueAsNonexistent: !needChangeNotifications);