1 write to Dictionary
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
87
Dictionary
= dictionary;
3 references to Dictionary
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);