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)
3470Public Function Update(naturalTypeOpt As TypeSymbol, arguments As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundConvertedTupleLiteral 9460Return VisitConvertedTupleLiteral(CType(node, BoundConvertedTupleLiteral), arg) 9942Public Overridable Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral, arg As A) As R 10645Public Overridable Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 11416Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 12422Public Overrides Function VisitConvertedTupleLiteral(node As BoundConvertedTupleLiteral) As BoundNode 13656Public 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