5 references to ConvertedTupleLiteral
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\SemanticModel.vb (1)
938ElseIf lowestExpr.Kind = BoundKind.ConvertedTupleLiteral Then
Generated\BoundNodes.xml.Generated.vb (2)
3449MyBase.New(BoundKind.ConvertedTupleLiteral, syntax, arguments, type, hasErrors OrElse arguments.NonNullAndHasErrors()) 9459Case BoundKind.ConvertedTupleLiteral
Operations\VisualBasicOperationFactory.vb (2)
225Case BoundKind.ConvertedTupleLiteral 728If boundOperand.Kind = BoundKind.ConvertedTupleLiteral AndAlso TypeSymbol.Equals(boundOperand.Type, boundConversionOrCast.Type, TypeCompareKind.ConsiderEverything) Then