7 references to IsTupleOrCompatibleWithTupleOfCardinality
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Conversions.vb (1)
1650If Not targetType.IsTupleOrCompatibleWithTupleOfCardinality(arguments.Length) Then
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
288If otherDef Is Nothing OrElse Not otherDef.IsTupleOrCompatibleWithTupleOfCardinality(type.TupleElementTypes.Length) Then
Semantics\Conversions.vb (2)
1264If Not destination.IsTupleOrCompatibleWithTupleOfCardinality(arguments.Length) Then 3577If Not destination.IsTupleOrCompatibleWithTupleOfCardinality(sourceElementTypes.Length) Then
Semantics\TypeInference\TypeArgumentInference.vb (1)
1128If parameterType.IsTupleOrCompatibleWithTupleOfCardinality(tupleArguments.Length) Then
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
154If newUnderlyingType.IsTupleOrCompatibleWithTupleOfCardinality(type.TupleElementTypes.Length) Then
Symbols\Tuples\TupleTypeSymbol.vb (1)
483Debug.Assert(Not newUnderlyingType.IsTupleType AndAlso newUnderlyingType.IsTupleOrCompatibleWithTupleOfCardinality(Me._elementTypes.Length))