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