4 references to UnderlyingNamedType
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
532
Dim containingType As TypeSymbol = DirectCast(symbol.ContainingType, TupleTypeSymbol).
UnderlyingNamedType
DocumentationComments\DocumentationCommentIDVisitor.PartVisitor.vb (1)
133
Return VisitNamedType(DirectCast(symbol, TupleTypeSymbol).
UnderlyingNamedType
, builder)
Symbols\Tuples\TupleFieldSymbol.vb (2)
89
Debug.Assert(container.
UnderlyingNamedType
.IsSameTypeIgnoringAll(underlyingField.ContainingType) OrElse TypeOf Me Is TupleVirtualElementFieldSymbol,
229
Debug.Assert(name <> underlyingField.Name OrElse Not container.
UnderlyingNamedType
.Equals(underlyingField.ContainingType),