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