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