7 references to Insert
System.Private.Xml (7)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
20Insert(outputBuffer, node);
System\Xml\XPath\Internal\IdQuery.cs (1)
53Insert(outputBuffer, contextNode);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
40Insert(outputBuffer, node);
System\Xml\XPath\Internal\ParentQuery.cs (1)
26Insert(outputBuffer, input);
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
72Insert(outputBuffer, prev);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
34if (!Insert(outputBuffer, input)) 49if (!Insert(outputBuffer, ancestor))