6 references to DeepClone
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
350
cond = cond.
DeepClone
(f.BaseFactory);
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
1388
select2 = select.
DeepClone
(f.BaseFactory);
1510
result = f.SortKey(select2, collation.
DeepClone
(f.BaseFactory));
1607
countPattern2 = (countPattern != null) ? countPattern.
DeepClone
(f.BaseFactory) : null;
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
404
fdef = f.Conditional(f.Eq(resolvedName, compiler.Keys[idx][0].Name.
DeepClone
(f.BaseFactory)),
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
236
QilLoop siblingFilter = (QilLoop)nodeset.
DeepClone
(f.BaseFactory);