6 references to GetValueRefOrNullRef
System.Collections.Immutable (6)
System\Collections\Frozen\FrozenDictionary.cs (6)
501/// <inheritdoc cref="GetValueRefOrNullRef" /> 505/// Retrieves a delegate which calls a method equivalent to <see cref="GetValueRefOrNullRef(TKey)"/> 531/// Invokes a method equivalent to <see cref="GetValueRefOrNullRef(TKey)"/> 565ref readonly TValue valueRef = ref GetValueRefOrNullRef(key); 591!Unsafe.IsNullRef(ref Unsafe.AsRef(in GetValueRefOrNullRef(key))); 614ref readonly TValue valueRef = ref GetValueRefOrNullRef(key);