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)"/>
566
ref readonly TValue valueRef = ref
GetValueRefOrNullRef
(key);
592
!Unsafe.IsNullRef(ref Unsafe.AsRef(in
GetValueRefOrNullRef
(key)));
615
ref readonly TValue valueRef = ref
GetValueRefOrNullRef
(key);