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