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