7 references to FindValue
Microsoft.CodeAnalysis.InteractiveHost (7)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (6)
248
ref var value = ref
FindValue
(key);
275
ref var value = ref
FindValue
(keyValuePair.Key);
286
ref var value = ref
FindValue
(keyValuePair.Key);
314
=> !RoslynUnsafe.IsNullRef(ref
FindValue
(key));
856
ref var valRef = ref
FindValue
(key);
1059
ref var value = ref
FindValue
((TKey)key);
src\Dependencies\Collections\Segmented\SegmentedDictionary`2+PrivateMarshal.cs (1)
18
=> ref dictionary.
FindValue
(key);