6 references to IsTupleCompatible
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
195
Debug.Assert(srcType.
IsTupleCompatible
())
Lowering\LocalRewriter\LocalRewriter_TupleLiteralExpression.vb (1)
36
Debug.Assert(underlyingTupleType.
IsTupleCompatible
())
Symbols\Metadata\PE\MetadataDecoder.vb (1)
472
If Not targetTypeSymbol.
IsTupleCompatible
() Then
Symbols\Tuples\TupleTypeSymbol.vb (2)
411
Debug.Assert(tupleCompatibleType.
IsTupleCompatible
())
1059
If target.
IsTupleCompatible
() Then
Symbols\TypeSymbolExtensions.vb (1)
105
Debug.Assert(Type.
IsTupleCompatible
())