5 references to FindValue
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (4)
715
ref TValue value = ref
FindValue
(key, out _);
752
ref TValue valueRef = ref
FindValue
(key, out _);
777
ref TValue valueRef = ref
FindValue
(key, out actualKey);
794
!Unsafe.IsNullRef(ref
FindValue
(key, out _));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CollectionsMarshal.cs (1)
96
=> ref dictionary.
FindValue
(key, out _);