5 references to NaturalTypeOpt
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\SemanticModel.vb (1)
939
type = DirectCast(lowestExpr, BoundConvertedTupleLiteral).
NaturalTypeOpt
Generated\BoundNodes.xml.Generated.vb (3)
3471
If naturalTypeOpt IsNot Me.
NaturalTypeOpt
OrElse arguments <> Me.Arguments OrElse type IsNot Me.Type Then
12424
Dim naturalTypeOpt as TypeSymbol = Me.VisitType(node.
NaturalTypeOpt
)
13658
New TreeDumperNode("naturalTypeOpt", node.
NaturalTypeOpt
, Nothing),
Operations\VisualBasicOperationFactory.vb (1)
1549
Return CreateTupleOperation(boundConvertedTupleLiteral, boundConvertedTupleLiteral.
NaturalTypeOpt
)