14 references to XmlText
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
1099return XmlText(XmlTextNewLine(text)); 1157return XmlText(XmlTextLiteral(value));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
AddInheritdocCodeFixProvider.cs (2)
119XmlText(xmlSpaceAfterTripleSlash), 121XmlText(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))))) 740yield return SyntaxFactory.XmlText(
Microsoft.CodeAnalysis.CSharp.Features (6)
AddInheritdocCodeFixProvider.cs (2)
119XmlText(xmlSpaceAfterTripleSlash), 121XmlText(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))))) 740yield return SyntaxFactory.XmlText(