Base:
property
IsLValue
Microsoft.CodeAnalysis.VisualBasic.BoundExpression.IsLValue
6 references to IsLValue
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\BoundNodes.xml.Generated.vb (3)
6320
If parameterSymbol IsNot Me.ParameterSymbol OrElse isLValue <> Me.
IsLValue
OrElse suppressVirtualCalls <> Me.SuppressVirtualCalls OrElse type IsNot Me.Type Then
12730
Return node.Update(node.ParameterSymbol, node.
IsLValue
, node.SuppressVirtualCalls, type)
14080
New TreeDumperNode("isLValue", node.
IsLValue
, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
172
Return New BoundParameter(node.Syntax, replacementParameter, node.
IsLValue
, replacementParameter.Type, node.HasErrors)
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (2)
60
expression = New BoundParameter(node.Syntax, parameter.ParameterSymbol, parameter.
IsLValue
, parameter.SuppressVirtualCalls, parameter.Type, parameter.HasErrors)
91
node = New BoundParameter(node.Syntax, node.ParameterSymbol, node.
IsLValue
, node.SuppressVirtualCalls, node.Type, node.HasErrors)