5 references to Clone
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1999
decl = a.AttDef.
Clone
();
System\Xml\Schema\SchemaSetCompiler.cs (1)
2440
decl = a.AttDef.
Clone
();
System\Xml\Schema\XdrBuilder.cs (3)
683
builder._UndefinedAttributeTypes._Attdef = (SchemaAttDef)ad.
Clone
();
920
patt._Attdef = (SchemaAttDef)pAttdef.
Clone
();
1292
attdef = (SchemaAttDef)ad.
Clone
();