4 references to Clone
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
625
newItem = element.
Clone
(this);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
572
XmlSchemaElement newElem = (XmlSchemaElement)oldElem.
Clone
(parentSchema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
359
return
Clone
(null);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2153
XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.SchemaElement.
Clone
(null);