7 references to FindValue
Microsoft.CodeAnalysis (7)
src\Dependencies\Collections\SegmentedDictionary`2.cs (6)
246
ref var value = ref
FindValue
(key);
273
ref var value = ref
FindValue
(keyValuePair.Key);
284
ref var value = ref
FindValue
(keyValuePair.Key);
312
=> !RoslynUnsafe.IsNullRef(ref
FindValue
(key));
854
ref var valRef = ref
FindValue
(key);
1057
ref var value = ref
FindValue
((TKey)key);
src\Dependencies\Collections\SegmentedDictionary`2+PrivateMarshal.cs (1)
16
=> ref dictionary.
FindValue
(key);