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)
537
Return node.Update(left, right, node.
IsLValue
, node.Type)
CodeGen\Optimizer\StackScheduler.Rewriter.vb (1)
162
Return node.Update(left, right, node.
IsLValue
, node.Type)
Generated\BoundNodes.xml.Generated.vb (3)
1864
If byRefLocal IsNot Me.ByRefLocal OrElse lValue IsNot Me.LValue OrElse isLValue <> Me.
IsLValue
OrElse type IsNot Me.Type Then
12252
Return node.Update(byRefLocal, lValue, node.
IsLValue
, type)
13412
New TreeDumperNode("isLValue", node.
IsLValue
, Nothing),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (3)
335
Return node.Update(rewrittenLeft, rewrittenRight, node.
IsLValue
, rewrittenType)
350
node.
IsLValue
,
365
Dim materializedCapture As BoundExpression = capturedLocal.Materialize(Me, node.
IsLValue
)