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