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