2 references to IsTupleOrCompatibleWithTupleOfCardinality
Microsoft.CodeAnalysis.VisualBasic (2)
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))