2 instantiations of TreeNode
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
CodeGen\CodeGenNullable.vb (2)
6761
Yield New
TreeNode
()
6766
Yield New
TreeNode
() With {.Left = leftTree, .Right = rightTree}
5 references to TreeNode
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (5)
CodeGen\CodeGenNullable.vb (5)
6707
Public Left As
TreeNode
6708
Public Right As
TreeNode
6723
Public Shared Function BuildCondition(shape As
TreeNode
, operators As ImmutableList(Of SyntaxKind), operands As ImmutableList(Of ExpressionSyntax)) As ExpressionSyntax
6731
Private Shared Function BuildConditionWorker(shape As
TreeNode
, ByRef operators As ImmutableList(Of SyntaxKind), ByRef operands As ImmutableList(Of ExpressionSyntax)) As ExpressionSyntax
6756
Public Shared Iterator Function Shapes(count As Integer) As IEnumerable(Of
TreeNode
)