Base:
property
ApplicationSyntaxReference
Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData.ApplicationSyntaxReference
3 references to ApplicationSyntaxReference
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (1)
186return new SourceAttributeData(this._compilation, this.ApplicationSyntaxReference, this.AttributeClass, this.AttributeConstructor, this.CommonConstructorArguments,
Symbols\Source\SynthesizedAttributeData.cs (1)
76public override SyntaxReference? ApplicationSyntaxReference => _original.ApplicationSyntaxReference;
Symbols\TypeSymbol.cs (1)
1966if (attributeData is SourceAttributeData { ApplicationSyntaxReference: { } applicationSyntaxReference } &&