1 write to _alternateLookupDelegate
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
88
_alternateLookupDelegate
= alternateLookupDelegate;
3 references to _alternateLookupDelegate
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (3)
106
ref readonly TValue valueRef = ref
_alternateLookupDelegate
(Dictionary, key);
121
!Unsafe.IsNullRef(in
_alternateLookupDelegate
(Dictionary, key));
133
ref readonly TValue valueRef = ref
_alternateLookupDelegate
(Dictionary, key);