3 references to GetValueRefOrAddDefault
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
723
set =>
GetValueRefOrAddDefault
(key, out _) = value;
948
ref TValue? slot = ref
GetValueRefOrAddDefault
(key, out bool exists);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CollectionsMarshal.cs (1)
123
=> ref dictionary.
GetValueRefOrAddDefault
(key, out exists);