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