1 instantiation of TreeNodePair
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (1)
Utils.vb (1)
138
Return New
TreeNodePair
(Of T)(syntaxTree, node)
1 reference to TreeNodePair
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (1)
Utils.vb (1)
137
Friend Shared Function Create(Of T As SyntaxNode)(syntaxTree As SyntaxTree, node As T) As
TreeNodePair
(Of T)