1 write to DefaultArguments
Microsoft.CodeAnalysis.VisualBasic (1)
Operations\VisualBasicOperationFactory_Methods.vb (1)
182Return If(boundProperty.Arguments.Length = 0, ImmutableArray(Of IArgumentOperation).Empty, DeriveArguments(boundProperty.Arguments, boundProperty.PropertySymbol.Parameters, boundProperty.DefaultArguments))
13 references to DefaultArguments
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Expressions.vb (1)
1135defaultArguments:=access.DefaultArguments,
Binding\Binder_ObjectInitializer.vb (1)
675propertyAccess.IsLValue, propertyAccess.ReceiverOpt, propertyAccess.Arguments, propertyAccess.DefaultArguments,
Binding\MemberSemanticModel.vb (1)
770currentDefaultArguments = currentProperty.DefaultArguments
BoundTree\BoundPropertyAccess.vb (3)
60defaultArguments:=DefaultArguments, 71Debug.Assert(DefaultArguments.IsNull OrElse Not Arguments.IsEmpty) 90defaultArguments:=DefaultArguments,
Generated\BoundNodes.xml.Generated.vb (3)
4277If 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 12497Return node.Update(node.PropertySymbol, propertyGroupOpt, node.AccessKind, node.IsWriteable, node.IsLValue, receiverOpt, arguments, node.DefaultArguments, type) 13765New TreeDumperNode("defaultArguments", node.DefaultArguments, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
129defaultArguments:=node.DefaultArguments,
Lowering\UseTwiceRewriter.vb (2)
363defaultArguments:=node.DefaultArguments, 374defaultArguments:=node.DefaultArguments,
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (1)
65access.DefaultArguments, access.Type, access.HasErrors)