6 references to GetValueRefOrNullRef
System.Collections.Immutable (6)
System\Collections\Frozen\FrozenDictionary.cs (6)
502/// <inheritdoc cref="GetValueRefOrNullRef" /> 506/// Retrieves a delegate which calls a method equivalent to <see cref="GetValueRefOrNullRef(TKey)"/> 532/// Invokes a method equivalent to <see cref="GetValueRefOrNullRef(TKey)"/> 566ref readonly TValue valueRef = ref GetValueRefOrNullRef(key); 592!Unsafe.IsNullRef(ref Unsafe.AsRef(in GetValueRefOrNullRef(key))); 615ref readonly TValue valueRef = ref GetValueRefOrNullRef(key);