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