Base:
property
IsLValue
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundExpression.IsLValue
4 references to IsLValue
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (3)
6346If parameterSymbol IsNot Me.ParameterSymbol OrElse isLValue <> Me.IsLValue OrElse suppressVirtualCalls <> Me.SuppressVirtualCalls OrElse type IsNot Me.Type Then 12764Return node.Update(node.ParameterSymbol, node.IsLValue, node.SuppressVirtualCalls, type) 14117New TreeDumperNode("isLValue", node.IsLValue, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
172Return New BoundParameter(node.Syntax, replacementParameter, node.IsLValue, replacementParameter.Type, node.HasErrors)