1 override of IsTupleType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleTypeSymbol.vb (1)
72
Public Overrides ReadOnly Property
IsTupleType
As Boolean
18 references to IsTupleType
Microsoft.CodeAnalysis.VisualBasic (18)
Symbols\ConstraintsHelper.vb (1)
501
Debug.Assert(Not type.
IsTupleType
)
Symbols\Metadata\PE\MetadataDecoder.vb (2)
216
If symbol.
IsTupleType
Then
466
Debug.Assert(Not targetTypeSymbol.
IsTupleType
)
Symbols\Metadata\PE\TupleTypeDecoder.vb (1)
158
Return If(type.
IsTupleType
,
Symbols\NamedTypeSymbol.vb (2)
1516
If
IsTupleType
Then
1543
If typeToCheck.
IsTupleType
Then
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
154
If type.
IsTupleType
Then
556
If namedType.
IsTupleType
Then
Symbols\Tuples\TupleTypeSymbol.vb (5)
347
Debug.Assert(Not underlyingType.
IsTupleType
)
429
If Not tupleCompatibleType.TypeArgumentsNoUseSiteDiagnostics(TupleTypeSymbol.RestPosition - 1).
IsTupleType
Then
438
If Not namedTypeSymbol.
IsTupleType
Then
478
Debug.Assert(Not newUnderlyingType.
IsTupleType
AndAlso newUnderlyingType.IsTupleOrCompatibleWithTupleOfCardinality(Me._elementTypes.Length))
515
Dim isTupleType As Boolean = namedTypeSymbol.
IsTupleType
Symbols\TypeSymbol.vb (2)
510
If (
IsTupleType
) Then
571
Return Me.
IsTupleType
Symbols\TypeSymbolExtensions.vb (3)
66
If type.
IsTupleType
Then
96
If Type.
IsTupleType
Then
869
If current.
IsTupleType
Then