2 references to TryGetValue
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
92
if (!
TryGetValue
(key, out value!))
109
return
TryGetValue
(key, out value!);