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