7 references to Insert
System.Xml (7)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
24Insert(outputBuffer, node);
System\Xml\XPath\Internal\IdQuery.cs (1)
52Insert(outputBuffer, contextNode);
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
38Insert(outputBuffer, node);
System\Xml\XPath\Internal\ParentQuery.cs (1)
31Insert(outputBuffer, input);
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
66Insert(outputBuffer, prev);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (2)
33if (!Insert(outputBuffer, input)) { 44if (!Insert(outputBuffer, ancestor)) {