4 references to _Dict
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (4)
ParserTestUtilities.vb (4)
1027
If
_Dict
.TryGetValue(NodeKey, count) Then
1028
_Dict
(NodeKey) = count + 1 'Increment Count
1030
_Dict
.Add(NodeKey, 1) ' New Item
1036
If
_Dict
.TryGetValue(Node, count) Then