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)
106ref readonly TValue valueRef = ref _alternateLookupDelegate(Dictionary, key); 121!Unsafe.IsNullRef(in _alternateLookupDelegate(Dictionary, key)); 133ref readonly TValue valueRef = ref _alternateLookupDelegate(Dictionary, key);