9 references to ConstructorArguments
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Attributes.vb (1)
79Dim args As ImmutableArray(Of TypedConstant) = visitor.VisitPositionalArguments(boundAttribute.ConstructorArguments, diagnostics)
Binding\MemberSemanticModel.vb (1)
2314Me.VisitList(node.ConstructorArguments)
BoundTree\Expression.vb (1)
79Return StaticCast(Of BoundNode).From(Me.ConstructorArguments.AddRange(Me.NamedArguments))
Generated\BoundNodes.xml.Generated.vb (4)
3170If constructor IsNot Me.Constructor OrElse constructorArguments <> Me.ConstructorArguments OrElse constructorDefaultArguments <> Me.ConstructorDefaultArguments OrElse namedArguments <> Me.NamedArguments OrElse resultKind <> Me.ResultKind OrElse type IsNot Me.Type Then 11364Me.VisitList(node.ConstructorArguments) 12363Dim constructorArguments As ImmutableArray(Of BoundExpression) = Me.VisitList(node.ConstructorArguments) 13580New TreeDumperNode("constructorArguments", Nothing, From x In node.ConstructorArguments Select Visit(x, Nothing)),
Operations\VisualBasicOperationFactory.vb (1)
678If boundAttribute.Constructor Is Nothing OrElse boundAttribute.ConstructorArguments.Length <> boundAttribute.Constructor.ParameterCount Then
Operations\VisualBasicOperationFactory_Methods.vb (1)
188Return DeriveArguments(boundAttribute.ConstructorArguments, boundAttribute.Constructor.Parameters, boundAttribute.ConstructorDefaultArguments)