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