6 references to XmlTextLiteral
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxFactory.cs (2)
1033
return XmlTextAttribute(name,
XmlTextLiteral
(value));
1157
return XmlText(
XmlTextLiteral
(value));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
ConvertToRecordEngine.cs (2)
649
.Prepend(SyntaxFactory.XmlText(SyntaxFactory.
XmlTextLiteral
(" ").WithLeadingTrivia(exteriorTrivia)))))
742
SyntaxFactory.
XmlTextLiteral
(" ").WithLeadingTrivia(exteriorTrivia));
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRecordEngine.cs (2)
649
.Prepend(SyntaxFactory.XmlText(SyntaxFactory.
XmlTextLiteral
(" ").WithLeadingTrivia(exteriorTrivia)))))
742
SyntaxFactory.
XmlTextLiteral
(" ").WithLeadingTrivia(exteriorTrivia));