5 references to SourceAttributeData
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Attributes.vb (1)
83Return New SourceAttributeData(node.GetReference(), DirectCast(boundAttribute.Type, NamedTypeSymbol), boundAttribute.Constructor, args, namedArgs, isConditionallyOmitted, hasErrors:=visitor.HasErrors)
Symbols\Attributes\RetargetingAttributeData.vb (1)
25MyBase.New(applicationNode, attributeClass, attributeConstructor, constructorArguments, namedArguments, isConditionallyOmitted, hasErrors)
Symbols\Attributes\SourceAttributeData.vb (1)
89Return New SourceAttributeData(Me.ApplicationSyntaxReference,
Symbols\Source\SourceParameterSymbol.vb (1)
285Yield New SourceAttributeData(attribute.ApplicationSyntaxReference, attribute.AttributeClass, attribute.AttributeConstructor, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors)
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
23MyBase.New(Nothing,