9 overrides of Clone
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
222
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
121
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
406
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
356
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (1)
89
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
59
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs (1)
54
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
67
internal override XmlSchemaObject
Clone
()
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (1)
54
internal override XmlSchemaObject
Clone
()
13 references to Clone
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1113
XmlSchemaChoice choice = (XmlSchemaChoice)substitutionGroup.Choice.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
633
newItem = _items[i].
Clone
();
641
XmlSchemaExternal newInclude = (XmlSchemaExternal)_includes[i].
Clone
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (9)
422
XmlSchemaSimpleContent newSimpleContent = (XmlSchemaSimpleContent)simpleContent.
Clone
();
427
XmlSchemaSimpleContentExtension newSimpleExt = (XmlSchemaSimpleContentExtension)simpleExt.
Clone
();
435
XmlSchemaSimpleContentRestriction newSimpleRest = (XmlSchemaSimpleContentRestriction)simpleRest.
Clone
();
446
XmlSchemaComplexContent newComplexContent = (XmlSchemaComplexContent)complexContent.
Clone
();
451
XmlSchemaComplexContentExtension newComplexExt = (XmlSchemaComplexContentExtension)complexExt.
Clone
();
463
XmlSchemaComplexContentRestriction newComplexRest = (XmlSchemaComplexContentRestriction)complexRest.
Clone
();
513
newAttGroupRef = (XmlSchemaAttributeGroupRef)attributeGroupRef.
Clone
();
551
newGroupBase = (XmlSchemaGroupBase)groupBase.
Clone
();
557
XmlSchemaGroupRef newGroupRef = (XmlSchemaGroupRef)particle.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
64
newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.
Clone
();