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