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