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