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