3 references to XsltCopyOf
System.Private.Xml (3)
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
1358
return _f.
XsltCopyOf
(selectExpr);
1363
return _f.Loop(it = _f.For(selectExpr), _f.
XsltCopyOf
(it));
1381
_f.
XsltCopyOf
(_f.TypeAssert(it, T.Node)),