2 references to IsTupleOrCompatibleWithTupleOfCardinality
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
157
If newUnderlyingType.
IsTupleOrCompatibleWithTupleOfCardinality
(type.TupleElementTypes.Length) Then
Symbols\Tuples\TupleTypeSymbol.vb (1)
478
Debug.Assert(Not newUnderlyingType.IsTupleType AndAlso newUnderlyingType.
IsTupleOrCompatibleWithTupleOfCardinality
(Me._elementTypes.Length))