2 references to XmlTextAttribute
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
1043return XmlTextAttribute(XmlName(name), SyntaxKind.DoubleQuoteToken, TokenList(textTokens)); 1054return XmlTextAttribute(XmlName(name), quoteKind, textTokens);