5 references to Clone
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1646
decl = a.AttDef.
Clone
();
System\Xml\Schema\SchemaSetCompiler.cs (1)
1982
decl = a.AttDef.
Clone
();
System\Xml\Schema\XdrBuilder.cs (3)
628
builder._UndefinedAttributeTypes._Attdef = (SchemaAttDef)ad.
Clone
();
831
patt._Attdef = (SchemaAttDef)pAttdef.
Clone
();
1149
attdef = (SchemaAttDef)ad.
Clone
();