7 implementations of Set
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\AsyncLocal.cs (7)
122
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
148
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
198
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
258
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
328
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
396
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
484
public IAsyncLocalValueMap
Set
(IAsyncLocal key, object? value, bool treatNullValueAsNonexistent)
1 reference to Set
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
497
newValues = current.m_localValues.
Set
(local, newValue, treatNullValueAsNonexistent: !needChangeNotifications);