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