Base:
property
IsLValue
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.IsLValue
4 references to IsLValue
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1363If node.IsLValue Then
Generated\BoundNodes.xml.Generated.vb (3)
745If expression IsNot Me.Expression OrElse isLValue <> Me.IsLValue OrElse type IsNot Me.Type Then 12116Return node.Update(expression, node.IsLValue, type) 13228New TreeDumperNode("isLValue", node.IsLValue, Nothing),