5 references to AddAttributes
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxFactory.cs (4)
718return element.WithStartTag(element.StartTag.AddAttributes(XmlTextAttribute(DocumentationCommentXmlNames.HrefAttributeName, linkAddress.ToString()))); 860return element.WithStartTag(element.StartTag.AddAttributes(XmlCrefAttribute(cref))); 881return element.WithStartTag(element.StartTag.AddAttributes(XmlCrefAttribute(cref))); 943return element.WithStartTag(element.StartTag.AddAttributes(XmlNameAttribute(parameterName)));
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.ConvertValueToParamRewriter.cs (1)
30.AddAttributes(SyntaxFactory.XmlNameAttribute("value"));