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