1 override of ShallowClone
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilList.cs (1)
73
public override QilNode
ShallowClone
(QilFactory f) {
6 references to ShallowClone
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
128
return Replace(XmlILOptimization.EliminateLiteralVariables, newNode, binding.
ShallowClone
(f));
System\Xml\Xsl\QIL\QilCloneVisitor.cs (2)
66
newNode = oldNode.
ShallowClone
(this.fac);
114
this.subs.AddSubstitutionPair(node, node.
ShallowClone
(this.fac));
System\Xml\Xsl\Xslt\InvokeGenerator.cs (1)
125
return invokeArgs[prevArg].
ShallowClone
(fac.BaseFactory);
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
424
matcher = f.Conditional(f.Eq(f.NameOf(it), qname.
ShallowClone
(f.BaseFactory)),
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2377
return (QilName)name.
ShallowClone
(f.BaseFactory);