3 references to AddAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (1)
466
return
AddAttribute
(GetSyntaxRoot(), name, value, position, target: CodeModelService.AssemblyAttributeString);
CodeModel\InternalElements\AbstractCodeMember.cs (1)
210
return FileCodeModel.
AddAttribute
(LookupNode(), name, value, position);
CodeModel\InternalElements\CodeParameter.cs (1)
187
return FileCodeModel.
AddAttribute
(LookupNode(), name, value, position);