Implemented interface member:
method
Clear
System.Collections.IDictionary.Clear()
3 overrides of Clear
PresentationFramework (1)
MS\Internal\WeakHashtable.cs (1)
34public override void Clear()
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1294public override void Clear()
System.Windows.Forms.Design (1)
System\Drawing\Design\ToolboxItem.cs (1)
843public override void Clear()
68 references to Clear
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
117_keys.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
171_attPresence.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
192schema.Ids.Clear(); 495_referenceNamespaces.Clear(); 680_processedExternals.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
186schema.Ids.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
118schema.Ids.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
255_attPresence.Clear();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
249_IDs.Clear(); 253_validatedNamespaces.Clear(); 478_attPresence.Clear(); //Clear attributes hashtable for every element 2124_attPresence.Clear(); //Clear attributes hashtable for every element
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
472_attPresence.Clear();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
94Names.Clear();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (1)
69_identifiers.Clear();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
738delayedSchemas.Clear();
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltArgumentList.cs (2)
88_parameters.Clear(); 89_extensions.Clear();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
210_entries.Clear();
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
3893_namespaceMapHashList.Clear();
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\Maps.cs (1)
95_overFlow?.Clear();
System\Windows\Input\StagingAreaInputItem.cs (1)
38_dictionary.Clear();
PresentationFramework (11)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
181propertyOccurrences.Clear();
MS\Internal\WeakHashtable.cs (1)
36base.Clear();
System\Windows\Input\KeyboardNavigation.cs (4)
1308_containerHashtable.Clear(); 1319_containerHashtable.Clear(); 2717_containerHashtable.Clear(); 2753_containerHashtable.Clear();
System\Windows\Markup\BamlMapTable.cs (1)
1715_converterCache.Clear();
System\Windows\Markup\XamlTypeMapper.cs (2)
258_typeLookupFromXmlHashtable.Clear(); 259_namespaceMapHashList.Clear();
System\Windows\ResourceDictionary.cs (1)
704_baseDictionary.Clear();
System\Windows\SystemResources.cs (1)
1182_resourceCache.Clear();
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
132InnerHashtable.Clear();
System.Collections.Specialized (3)
System\Collections\Specialized\HybridDictionary.cs (1)
258cachedHashtable.Clear();
System\Collections\Specialized\OrderedDictionary.cs (1)
245_objectsTable?.Clear();
System\Collections\Specialized\StringDictionary.cs (1)
130contents.Clear();
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\DesigntimeLicenseContextSerializer.cs (1)
180context._savedLicenseKeys!.Clear();
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (1)
680_factoryRecords?.Clear();
System\Configuration\DictionarySectionHandler.cs (1)
71res.Clear();
System\Configuration\Provider\ProviderCollection.cs (1)
68_hashtable.Clear();
System\Configuration\SettingsPropertyCollection.cs (1)
87_hashtable.Clear();
System\Configuration\SettingsPropertyValueCollection.cs (1)
106_indices.Clear();
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
262_uriPrefixes.Clear();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1298_table.Clear();
System.Private.Xml (18)
System\Xml\Schema\DtdValidator.cs (1)
174_attPresence.Clear();
System\Xml\Schema\Preprocessor.cs (3)
185schema.Ids.Clear(); 477_referenceNamespaces.Clear(); 655_processedExternals.Clear();
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
191schema.Ids.Clear();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
115schema.Ids.Clear();
System\Xml\Schema\XdrValidator.cs (1)
257_attPresence.Clear();
System\Xml\Schema\XmlSchemaValidator.cs (4)
244_IDs?.Clear(); 247_validatedNamespaces!.Clear(); 449_attPresence.Clear(); //Clear attributes hashtable for every element 2092_attPresence.Clear(); //Clear attributes hashtable for every element
System\Xml\Schema\XsdValidator.cs (1)
464_attPresence.Clear();
System\Xml\Serialization\CodeIdentifiers.cs (1)
67_identifiers.Clear();
System\Xml\Serialization\Compilation.cs (1)
310assemblies.Clear();
System\Xml\Serialization\XmlSchemas.cs (1)
632delayedSchemas.Clear();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
119_withParams?.Clear();
System\Xml\Xslt\XsltArgumentList.cs (2)
90_parameters.Clear(); 91_extensions.Clear();
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
521_keyNameMapping.Clear();
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.LocalResourceManager.cs (1)
32public void Dispose() { Data.Clear(); }
System\Drawing\Design\ToolboxItem.cs (1)
846base.Clear();
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
104_classHandlers.Clear(); 106_imageOnlyHandlers.Clear();