1 write to Dictionary
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
84
Dictionary
= dictionary;
3 references to Dictionary
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (3)
102
ref readonly TValue valueRef = ref
Dictionary
.GetValueRefOrNullRefCore(key);
117
!Unsafe.IsNullRef(in
Dictionary
.GetValueRefOrNullRefCore(key));
129
ref readonly TValue valueRef = ref
Dictionary
.GetValueRefOrNullRefCore(key);