4 references to XmlTextAttribute
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxFactory.cs (4)
748return element.WithStartTag(element.StartTag.AddAttributes(XmlTextAttribute(DocumentationCommentXmlNames.HrefAttributeName, linkAddress.ToString()))); 767XmlTextAttribute(DocumentationCommentXmlNames.StaticAttributeName, isStatic.ToString().ToLowerInvariant()), 768XmlTextAttribute(DocumentationCommentXmlNames.InstanceAttributeName, isInstance.ToString().ToLowerInvariant())); 1003XmlTextAttribute(DocumentationCommentXmlNames.LangwordAttributeName, keyword));