11 references to Constructor
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Attributes.vb (1)
83
Return New SourceAttributeData(node.GetReference(), DirectCast(boundAttribute.Type, NamedTypeSymbol), boundAttribute.
Constructor
, args, namedArgs, isConditionallyOmitted, hasErrors:=visitor.HasErrors)
BoundTree\BoundAttribute.vb (1)
14
Return Me.
Constructor
Compilation\SemanticModel.vb (2)
1086
AdjustSymbolsForObjectCreation(attribute, namedType, attribute.
Constructor
, binderOpt, symbols, memberGroupBuilder, resultKind)
1442
constructor = boundAttribute.
Constructor
Generated\BoundNodes.xml.Generated.vb (3)
3170
If 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
12366
Return node.Update(node.
Constructor
, constructorArguments, node.ConstructorDefaultArguments, namedArguments, node.ResultKind, type)
13579
New TreeDumperNode("constructor", node.
Constructor
, Nothing),
Operations\VisualBasicOperationFactory.vb (3)
678
If boundAttribute.
Constructor
Is Nothing OrElse boundAttribute.ConstructorArguments.Length <> boundAttribute.
Constructor
.ParameterCount Then
689
Dim objectCreationOperation = New ObjectCreationOperation(boundAttribute.
Constructor
, initializer, DeriveArguments(boundAttribute), _semanticModel, boundAttribute.Syntax, boundAttribute.Type, boundAttribute.ConstantValueOpt, isImplicit:=True)
Operations\VisualBasicOperationFactory_Methods.vb (1)
188
Return DeriveArguments(boundAttribute.ConstructorArguments, boundAttribute.
Constructor
.Parameters, boundAttribute.ConstructorDefaultArguments)