3 references to TupleVirtualElementFieldSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Tuples\TupleFieldSymbol.vb (3)
89
Debug.Assert(container.UnderlyingNamedType.IsSameTypeIgnoringAll(underlyingField.ContainingType) OrElse TypeOf Me Is
TupleVirtualElementFieldSymbol
,
90
"virtual fields should be represented by " + NameOf(
TupleVirtualElementFieldSymbol
))
236
"fields that map directly to underlying should not be represented by " + NameOf(
TupleVirtualElementFieldSymbol
))