9 overrides of Clone
System.Private.Xml (9)
System\Xml\Schema\XmlSchemaAttribute.cs (1)
171
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
89
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaComplexType.cs (1)
316
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaElement.cs (1)
271
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaGroup.cs (1)
72
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
44
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
36
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
46
internal override XmlSchemaObject
Clone
()
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
39
internal override XmlSchemaObject
Clone
()
13 references to Clone
System.Private.Xml (13)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1111
XmlSchemaChoice choice = (XmlSchemaChoice)substitutionGroup.Choice.
Clone
();
System\Xml\Schema\XmlSchema.cs (2)
482
newItem = _items[i].
Clone
();
490
XmlSchemaExternal newInclude = (XmlSchemaExternal)_includes[i].
Clone
();
System\Xml\Schema\XmlSchemaComplexType.cs (9)
332
XmlSchemaSimpleContent newSimpleContent = (XmlSchemaSimpleContent)simpleContent.
Clone
();
337
XmlSchemaSimpleContentExtension newSimpleExt = (XmlSchemaSimpleContentExtension)simpleExt.
Clone
();
345
XmlSchemaSimpleContentRestriction newSimpleRest = (XmlSchemaSimpleContentRestriction)simpleRest.
Clone
();
356
XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.
Clone
();
361
XmlSchemaComplexContentExtension newComplexExt = (XmlSchemaComplexContentExtension)complexExt.
Clone
();
373
XmlSchemaComplexContentRestriction newComplexRest = (XmlSchemaComplexContentRestriction)complexRest.
Clone
();
425
newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.
Clone
();
464
newGroupBase = (XmlSchemaGroupBase)groupBase.
Clone
();
470
XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.
Clone
();
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
49
newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.
Clone
();