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