15 references to TryGetValue
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
40bool found = cache.TryGetValue(key, out value);
Microsoft.CodeAnalysis.VisualBasic (14)
Scanner\TokenFactories.vb (13)
163If Not _wsTable.TryGetValue(key, ws) Then 173If Not _wsTable.TryGetValue(key, ws) Then 186If Not _wsTable.TryGetValue(key, ct) Then 205If Not _wsTable.TryGetValue(key, ws) Then 215If Not _wsTable.TryGetValue(key, ws) Then 283If _idTable.TryGetValue(tp, id) Then 344If _kwTable.TryGetValue(tp, kw) Then 381If _punctTable.TryGetValue(tp, p) Then 635If _literalTable.TryGetValue(tp, p) Then 658If _literalTable.TryGetValue(tp, p) Then 674If _literalTable.TryGetValue(tp, p) Then 694If _literalTable.TryGetValue(tp, p) Then 720If _literalTable.TryGetValue(tp, p) Then
Syntax\InternalSyntax\SyntaxToken.vb (1)
71If s_triviaInfoCache.TryGetValue(leadingTrivia, retVal) Then