3 references to GetValueRefOrAddDefault
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
723set => GetValueRefOrAddDefault(key, out _) = value; 948ref 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);