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