10 references to BoundConvertedTupleLiteral
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2337Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode
Compilation\SemanticModel.vb (1)
946type = DirectCast(lowestExpr, BoundConvertedTupleLiteral).NaturalTypeOpt
Generated\BoundNodes.xml.Generated.vb (7)
3463Public Function Update(naturalTypeOpt As TypeSymbol, arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundConvertedTupleLiteral 9453Return VisitConvertedTupleLiteral(CType(node, BoundConvertedTupleLiteral), arg) 9935Public Overridable Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral, arg As A) As R 10638Public Overridable Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 11409Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 12415Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 13649Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_TupleLiteralExpression.vb (1)
15Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode