9 overrides of Clone
System.Xml (9)
System\Xml\Schema\XmlSchemaAttribute.cs (1)
197
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
106
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaComplexType.cs (1)
353
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaElement.cs (1)
314
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaGroup.cs (1)
79
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
51
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
49
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
62
internal override XmlSchemaObject
Clone
() {
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
48
internal override XmlSchemaObject
Clone
() {
13 references to Clone
System.Xml (13)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
884
XmlSchemaChoice choice = (XmlSchemaChoice)substitutionGroup.Choice.
Clone
();
System\Xml\Schema\XmlSchema.cs (2)
568
newItem = items[i].
Clone
();
575
XmlSchemaExternal newInclude = (XmlSchemaExternal)this.includes[i].
Clone
();
System\Xml\Schema\XmlSchemaComplexType.cs (9)
366
XmlSchemaSimpleContent newSimpleContent = (XmlSchemaSimpleContent)simpleContent.
Clone
();
370
XmlSchemaSimpleContentExtension newSimpleExt = (XmlSchemaSimpleContentExtension)simpleExt.
Clone
();
377
XmlSchemaSimpleContentRestriction newSimpleRest = (XmlSchemaSimpleContentRestriction)simpleRest.
Clone
();
387
XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.
Clone
();
391
XmlSchemaComplexContentExtension newComplexExt = (XmlSchemaComplexContentExtension)complexExt.
Clone
();
401
XmlSchemaComplexContentRestriction newComplexRest = (XmlSchemaComplexContentRestriction)complexRest.
Clone
();
443
newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.
Clone
();
475
newGroupBase = (XmlSchemaGroupBase)groupBase.
Clone
();
480
XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.
Clone
();
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
54
newSimpleType.Content = (XmlSchemaSimpleTypeContent)content.
Clone
();