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