5 references to GetTupleUnderlyingTypeOrSelf
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\ConstraintsHelper.vb (1)
536type = DirectCast(type.GetTupleUnderlyingTypeOrSelf(), NamedTypeSymbol)
Symbols\NamedTypeSymbol.vb (2)
1219type = DirectCast(type.GetTupleUnderlyingTypeOrSelf(), NamedTypeSymbol) 1265Dim fieldType As TypeSymbol = field.Type.GetTupleUnderlyingTypeOrSelf()
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
821Dim namedType = DirectCast(type.GetTupleUnderlyingTypeOrSelf(), NamedTypeSymbol)
Symbols\Tuples\TupleTypeSymbol.vb (1)
985If Not Me.TupleUnderlyingType.Equals(obj.GetTupleUnderlyingTypeOrSelf(), comparison) Then