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