Implemented interface member:
method
Clone
System.ICloneable.Clone()
2 overrides of Clone
System.Data.Common (1)
System\Data\PropertyCollection.cs (1)
28
public override object
Clone
()
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1330
public override object
Clone
()
16 references to Clone
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (1)
75
nsl._set = (Hashtable)(_set.
Clone
());
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
101
clone._exNames = (Hashtable)this.Names.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (2)
195
newIdentifiers._identifiers = (Hashtable)_identifiers.
Clone
();
196
newIdentifiers._reservedIdentifiers = (Hashtable)_reservedIdentifiers.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs (1)
37
_namespaces = (Hashtable)namespaces.Namespaces.
Clone
();
PresentationCore (1)
System\Windows\Input\StagingAreaInputItem.cs (1)
32
_dictionary = (Hashtable) promote._dictionary.
Clone
();
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1681
ObjectHashTable = (Hashtable)_objectHashTable.
Clone
(),
System\Windows\Markup\XamlTypeMapper.cs (2)
283
_typeLookupFromXmlHashtable = _typeLookupFromXmlHashtable.
Clone
() as Hashtable,
284
_namespaceMapHashList = _namespaceMapHashList.
Clone
() as Hashtable,
System.Configuration.ConfigurationManager (3)
System\Configuration\DictionarySectionHandler.cs (1)
34
res = (Hashtable)((Hashtable)parent).
Clone
();
System\Configuration\SettingsPropertyCollection.cs (1)
120
_hashtable = (Hashtable)h.
Clone
();
System\Configuration\SettingsPropertyValueCollection.cs (1)
122
_indices = (Hashtable)indices.
Clone
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1334
return Synchronized((Hashtable)_table.
Clone
());
System.Private.Xml (3)
System\Xml\Schema\NamespaceList.cs (1)
70
nsl._set = (Hashtable)(_set.
Clone
());
System\Xml\Serialization\CodeIdentifiers.cs (2)
184
newIdentifiers._identifiers = (Hashtable)_identifiers.
Clone
();
185
newIdentifiers._reservedIdentifiers = (Hashtable)_reservedIdentifiers.
Clone
();