3 references to GetValueRefOrNullRef
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder+PrivateMarshal.cs (1)
18=> ref SegmentedCollectionsMarshal.GetValueRefOrNullRef(dictionary._builder.GetOrCreateMutableDictionary(), key);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+PrivateMarshal.cs (1)
47=> ref SegmentedCollectionsMarshal.GetValueRefOrNullRef(dictionary._dictionary, key);
src\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs (1)
14/// <inheritdoc cref="SegmentedCollectionsMarshal.GetValueRefOrNullRef{TKey, TValue}(SegmentedDictionary{TKey, TValue}, TKey)"/>