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