Base:
property
ApplicationSyntaxReference
Microsoft.CodeAnalysis.CSharp.Symbols.CSharpAttributeData.ApplicationSyntaxReference
9 references to ApplicationSyntaxReference
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Attributes\SourceAttributeData.cs (1)
158return new SourceAttributeData(this.ApplicationSyntaxReference, this.AttributeClass, this.AttributeConstructor, this.CommonConstructorArguments,
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1222oldAttribute.ApplicationSyntaxReference,
Symbols\Source\SynthesizedAttributeData.cs (1)
34applicationNode: original.ApplicationSyntaxReference,
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Attributes\AttributeTests.cs (6)
591var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax(); 623var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax(); 1106var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax(); 1187var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax(); 1227var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax(); 1266var attributeSyntax = (AttributeSyntax)attributeData.ApplicationSyntaxReference.GetSyntax();