1 override of ShallowClone
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilList.cs (1)
78public override QilNode ShallowClone(QilFactory f)
6 references to ShallowClone
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
137return Replace(XmlILOptimization.EliminateLiteralVariables, newNode, binding.ShallowClone(f));
System\Xml\Xsl\QIL\QilCloneVisitor.cs (2)
68newNode ??= oldNode.ShallowClone(_fac); 121_subs.AddSubstitutionPair(node, node.ShallowClone(_fac));
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
141return _invokeArgs[prevArg].ShallowClone(_fac.BaseFactory);
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
480matcher = _f.Conditional(_f.Eq(_f.NameOf(it), qname.ShallowClone(_f.BaseFactory)),
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2848return (QilName)name.ShallowClone(_f.BaseFactory);