2 references to BoundAttribute
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Attributes.vb (1)
370Return New BoundAttribute(node, methodSym, boundArguments, defaultArguments, boundNamedArguments, resultKind, type, hasErrors:=resultKind <> LookupResultKind.Good)
Generated\BoundNodes.xml.Generated.vb (1)
3171Dim result = New BoundAttribute(Me.Syntax, constructor, constructorArguments, constructorDefaultArguments, namedArguments, resultKind, type, Me.HasErrors)