Base:
property
TupleUnderlyingType
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeSymbol.TupleUnderlyingType
5 references to TupleUnderlyingType
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\ConstraintsHelper.vb (1)
452
Dim type As NamedTypeSymbol = tuple.
TupleUnderlyingType
Symbols\Tuples\TupleFieldSymbol.vb (2)
182
Dim flag As Boolean = Me._underlyingField.ContainingType IsNot Me._containingTuple.
TupleUnderlyingType
195
Dim flag As Boolean = Me._underlyingField.ContainingType IsNot Me._containingTuple.
TupleUnderlyingType
Symbols\Tuples\TupleTypeSymbol.vb (2)
985
If Not Me.
TupleUnderlyingType
.Equals(obj.GetTupleUnderlyingTypeOrSelf(), comparison) Then
1072
Dim substitutedUnderlying = DirectCast(Me.
TupleUnderlyingType
.InternalSubstituteTypeParameters(substitution).Type, NamedTypeSymbol)