7 references to FindValue
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (6)
232
ref TValue value = ref
FindValue
(key);
259
ref TValue value = ref
FindValue
(keyValuePair.Key);
270
ref TValue value = ref
FindValue
(keyValuePair.Key);
298
!Unsafe.IsNullRef(ref
FindValue
(key));
1049
ref TValue? value = ref dictionary.
FindValue
(actualKey)!;
1186
ref TValue? value = ref dictionary.
FindValue
(key)!;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CollectionsMarshal.cs (1)
56
=> ref dictionary.
FindValue
(key);