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