7 references to IsTupleOrCompatibleWithTupleOfCardinality
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Conversions.vb (1)
1635If Not targetType.IsTupleOrCompatibleWithTupleOfCardinality(arguments.Length) Then
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
425If otherDef Is Nothing OrElse Not otherDef.IsTupleOrCompatibleWithTupleOfCardinality(type.TupleElementTypes.Length) Then
Semantics\Conversions.vb (2)
1260If Not destination.IsTupleOrCompatibleWithTupleOfCardinality(arguments.Length) Then 3572If Not destination.IsTupleOrCompatibleWithTupleOfCardinality(sourceElementTypes.Length) Then
Semantics\TypeInference\TypeArgumentInference.vb (1)
1133If parameterType.IsTupleOrCompatibleWithTupleOfCardinality(tupleArguments.Length) Then
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
157If newUnderlyingType.IsTupleOrCompatibleWithTupleOfCardinality(type.TupleElementTypes.Length) Then
Symbols\Tuples\TupleTypeSymbol.vb (1)
478Debug.Assert(Not newUnderlyingType.IsTupleType AndAlso newUnderlyingType.IsTupleOrCompatibleWithTupleOfCardinality(Me._elementTypes.Length))