2 references to UnderlyingNamedType
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Tuples\TupleFieldSymbol.vb (2)
89
Debug.Assert(container.
UnderlyingNamedType
.IsSameTypeIgnoringAll(underlyingField.ContainingType) OrElse TypeOf Me Is TupleVirtualElementFieldSymbol,
235
Debug.Assert(name <> underlyingField.Name OrElse Not container.
UnderlyingNamedType
.Equals(underlyingField.ContainingType),