1 write to DefaultArguments
Microsoft.CodeAnalysis.VisualBasic (1)
Operations\VisualBasicOperationFactory_Methods.vb (1)
182
Return If(boundProperty.Arguments.Length = 0, ImmutableArray(Of IArgumentOperation).Empty, DeriveArguments(boundProperty.Arguments, boundProperty.PropertySymbol.Parameters, boundProperty.
DefaultArguments
))
12 references to DefaultArguments
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Expressions.vb (1)
1156
defaultArguments:=access.
DefaultArguments
,
Binding\Binder_ObjectInitializer.vb (1)
744
propertyAccess.IsLValue, propertyAccess.ReceiverOpt, propertyAccess.Arguments, propertyAccess.
DefaultArguments
,
Binding\MemberSemanticModel.vb (1)
769
currentDefaultArguments = currentProperty.
DefaultArguments
BoundTree\BoundPropertyAccess.vb (2)
60
defaultArguments:=
DefaultArguments
,
90
defaultArguments:=
DefaultArguments
,
Generated\BoundNodes.xml.Generated.vb (3)
4287
If propertySymbol IsNot Me.PropertySymbol OrElse propertyGroupOpt IsNot Me.PropertyGroupOpt OrElse accessKind <> Me.AccessKind OrElse isWriteable <> Me.IsWriteable OrElse isLValue <> Me.IsLValue OrElse receiverOpt IsNot Me.ReceiverOpt OrElse arguments <> Me.Arguments OrElse defaultArguments <> Me.
DefaultArguments
OrElse type IsNot Me.Type Then
12522
Return node.Update(node.PropertySymbol, propertyGroupOpt, node.AccessKind, node.IsWriteable, node.IsLValue, receiverOpt, arguments, node.
DefaultArguments
, type)
13793
New TreeDumperNode("defaultArguments", node.
DefaultArguments
, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
128
defaultArguments:=node.
DefaultArguments
,
Lowering\UseTwiceRewriter.vb (2)
400
defaultArguments:=node.
DefaultArguments
,
411
defaultArguments:=node.
DefaultArguments
,
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (1)
65
access.
DefaultArguments
, access.Type, access.HasErrors)