9 references to GetAttributeArgumentSyntaxLocation
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Attributes\AttributeData.cs (2)
612
Location attributeArgumentSyntaxLocation = this.
GetAttributeArgumentSyntaxLocation
(0, nodeOpt);
656
Location attributeArgumentSyntaxLocation = this.
GetAttributeArgumentSyntaxLocation
(0, nodeOpt);
Symbols\Source\SourceAssemblySymbol.cs (7)
2356
diagnostics.Add(ErrorCode.ERR_InvalidSignaturePublicKey, attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt));
2377
Location attributeArgumentSyntaxLocation = attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt);
2390
Location attributeArgumentSyntaxLocation = attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt);
2411
diagnostics.Add(ErrorCode.ERR_InvalidAssemblyCultureForExe, attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt));
2415
diagnostics.Add(ErrorCode.ERR_InvalidAssemblyCulture, attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt));
2442
Location attributeArgumentSyntaxLocation = attribute.
GetAttributeArgumentSyntaxLocation
(0, arguments.AttributeSyntaxOpt);
2560
Location attributeArgumentSyntaxLocation = attribute.
GetAttributeArgumentSyntaxLocation
(i, nodeOpt);