4 references to ToXml
Microsoft.CodeAnalysis.Test.Utilities (2)
Syntax\XmlHelpers.cs (2)
103
xml =
ToXml
(node.AsNode(), syntaxTree, options);
248
retVal.Add(trivia.GetStructure().
ToXml
(syntaxTree, options));
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
ParserTestUtilities.vb (2)
237
Dim x1 = newTreeRoot.
ToXml
(newTree)
238
Dim x2 = incTreeRoot.
ToXml
(incTree)