6 references to ConvertedTupleLiteral
Microsoft.CodeAnalysis.VisualBasic (6)
BoundTree\BoundConversion.vb (1)
60Debug.Assert(Operand.Kind = BoundKind.ConvertedTupleLiteral OrElse Operand.HasErrors)
Compilation\SemanticModel.vb (1)
941ElseIf lowestExpr.Kind = BoundKind.ConvertedTupleLiteral Then
Generated\BoundNodes.xml.Generated.vb (2)
3439MyBase.New(BoundKind.ConvertedTupleLiteral, syntax, arguments, type, hasErrors OrElse arguments.NonNullAndHasErrors()) 9434Case BoundKind.ConvertedTupleLiteral
Operations\VisualBasicOperationFactory.vb (2)
225Case BoundKind.ConvertedTupleLiteral 728If boundOperand.Kind = BoundKind.ConvertedTupleLiteral AndAlso TypeSymbol.Equals(boundOperand.Type, boundConversionOrCast.Type, TypeCompareKind.ConsiderEverything) Then