Base:
property
IsLValue
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.IsLValue
8 references to IsLValue
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\Optimizer\StackScheduler.Analyzer.vb (1)
537Return node.Update(left, right, node.IsLValue, node.Type)
CodeGen\Optimizer\StackScheduler.Rewriter.vb (1)
162Return node.Update(left, right, node.IsLValue, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
1855If byRefLocal IsNot Me.ByRefLocal OrElse lValue IsNot Me.LValue OrElse isLValue <> Me.IsLValue OrElse type IsNot Me.Type Then 12243Return node.Update(byRefLocal, lValue, node.IsLValue, type) 13403New TreeDumperNode("isLValue", node.IsLValue, Nothing),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (3)
335Return node.Update(rewrittenLeft, rewrittenRight, node.IsLValue, rewrittenType) 350node.IsLValue, 365Dim materializedCapture As BoundExpression = capturedLocal.Materialize(Me, node.IsLValue)