14 references to XmlText
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
1099
return
XmlText
(XmlTextNewLine(text));
1157
return
XmlText
(XmlTextLiteral(value));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
AddInheritdocCodeFixProvider.cs (2)
119
XmlText
(xmlSpaceAfterTripleSlash),
121
XmlText
(xmlNewLineToken),
ConvertToRecordEngine.cs (4)
635
.Prepend(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false)
638
.Append(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false)))),
649
.Prepend(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextLiteral(" ").WithLeadingTrivia(exteriorTrivia)))))
740
yield return SyntaxFactory.
XmlText
(
Microsoft.CodeAnalysis.CSharp.Features (6)
AddInheritdocCodeFixProvider.cs (2)
119
XmlText
(xmlSpaceAfterTripleSlash),
121
XmlText
(xmlNewLineToken),
ConvertToRecordEngine.cs (4)
635
.Prepend(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false)
638
.Append(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextNewLine(lineFormattingOptions.NewLine, continueXmlDocumentationComment: false)))),
649
.Prepend(SyntaxFactory.
XmlText
(SyntaxFactory.XmlTextLiteral(" ").WithLeadingTrivia(exteriorTrivia)))))
740
yield return SyntaxFactory.
XmlText
(