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)
6346
If parameterSymbol IsNot Me.ParameterSymbol OrElse isLValue <> Me.
IsLValue
OrElse suppressVirtualCalls <> Me.SuppressVirtualCalls OrElse type IsNot Me.Type Then
12764
Return node.Update(node.ParameterSymbol, node.
IsLValue
, node.SuppressVirtualCalls, type)
14117
New TreeDumperNode("isLValue", node.
IsLValue
, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
172
Return New BoundParameter(node.Syntax, replacementParameter, node.
IsLValue
, replacementParameter.Type, node.HasErrors)