496 references to Hashtable
BinaryFormatTests (18)
FormatTests\FormattedObject\HashTableTests.cs (18)
22
Hashtable hashtable =
new
()
158
new
Hashtable
(),
159
new
Hashtable
()
163
new
Hashtable
()
167
new
Hashtable
()
171
new
Hashtable
()
176
new
Hashtable
()
180
new
Hashtable
()
184
new
Hashtable
()
190
new
Hashtable
()
196
new
Hashtable
()
202
new
Hashtable
()
208
new
Hashtable
()
226
new
Hashtable
()
230
new
Hashtable
()
234
new
Hashtable
()
238
new
Hashtable
()
242
new
Hashtable
()
dotnet-svcutil-lib (126)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
591
_elemIdMap = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
183
_htElementIDAttrDecl = new
Hashtable
();
236
_htElementIdMap = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
696
Hashtable prefixes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
36
this.qualifiedTable = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (3)
54
_names = new
Hashtable
();
130
_wildcards = new
Hashtable
();
1548
Hashtable stateTable = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
109
private static Hashtable s_builtinTypes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
47
_attPresence = new
Hashtable
();
419
_IDs = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
655
Hashtable table = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (2)
48
_set = new
Hashtable
();
352
nslist._set = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
86
_referenceNamespaces = new
Hashtable
();
87
_processedExternals = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
62
_schemaLocations = new
Hashtable
(); //new Dictionary<Uri, Uri>();
268
_referenceNamespaces = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
27
private Hashtable _schemasToCompile = new
Hashtable
();
28
private Hashtable _importedSchemas = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
392
private Hashtable _UndeclaredElements = new
Hashtable
();
729
builder._ElementDef._AttDefList = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
53
_attPresence = new
Hashtable
();
643
_IDs = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
67
private Hashtable _ids = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
57
_collection = Hashtable.Synchronized(new
Hashtable
());
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
103
_schemaLocations = new
Hashtable
();
104
_chameleonSchemas = new
Hashtable
();
105
_targetNamespaces = new
Hashtable
();
522
Hashtable disallowedNamespaces = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
199
_validatedNamespaces = new
Hashtable
();
211
_attPresence = new
Hashtable
();
1929
_IDs = new
Hashtable
();
2219
constraintStructures[j].keyrefTable = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
760
_namespaces = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
70
_attPresence = new
Hashtable
();
777
_IDs = new
Hashtable
();
899
constraints[j].keyrefTable = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
61
_exNames = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (3)
80
_exportedClasses = new
Hashtable
();
90
_exportedMappings = new
Hashtable
();
196
Hashtable typesIncluded = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (2)
53
_identifiers = new
Hashtable
();
54
_reservedIdentifiers = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (3)
32
private Hashtable _assemblies = new
Hashtable
();
291
private Hashtable _cache = new
Hashtable
();
304
Hashtable clone = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (7)
49
_elements = new
Hashtable
();
59
_mappings = new
Hashtable
();
104
internal Hashtable looks = new
Hashtable
();
110
_graph = new
Hashtable
();
120
_hash = new
Hashtable
();
130
_objectCache = new
Hashtable
();
219
ArrayList list = GetDependencies(o, new ArrayList(), new
Hashtable
());
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (2)
20
private Hashtable _models = new
Hashtable
();
21
private Hashtable _arrayModels = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\NameTable.cs (1)
41
private Hashtable _table = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapAttributeOverrides.cs (2)
20
private Hashtable _types = new
Hashtable
();
40
members = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
19
private Hashtable _types = new
Hashtable
(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (4)
491
private Hashtable _typeDescs = new
Hashtable
();
492
private Hashtable _arrayTypeDescs = new
Hashtable
();
495
private static Hashtable s_primitiveTypes = new
Hashtable
();
496
private static Hashtable s_primitiveDataTypes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributeOverrides.cs (2)
20
private Hashtable _types = new
Hashtable
();
40
members = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
365
Hashtable values = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
33
private Hashtable _anonymous = new
Hashtable
(); // type -> AnonymousMapping
504
_specials = new
Hashtable
();
902
Hashtable ids = new
Hashtable
();
2067
Hashtable choiceTypes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (5)
27
private Hashtable _elements = new
Hashtable
(); // ElementAccessor -> XmlSchemaElement
28
private Hashtable _attributes = new
Hashtable
(); // AttributeAccessor -> XmlSchemaElement
29
private Hashtable _types = new
Hashtable
(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
30
private Hashtable _references = new
Hashtable
(); // TypeMappings to keep track of circular references via anonymous types
928
Hashtable values = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (6)
36
internal Hashtable delayedSchemas = new
Hashtable
();
93
_mergedSchemas = new
Hashtable
();
103
_references = new
Hashtable
();
393
prep.SchemaLocations = new
Hashtable
();
783
prep.SchemaLocations = new
Hashtable
();
784
prep.ChameleonSchemas = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationGeneratedCode.cs (3)
39
private Hashtable _methodNames = new
Hashtable
();
48
private Hashtable _generatedMethods = new
Hashtable
();
187
Hashtable uniqueTypes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationILGen.cs (3)
17
private Hashtable _methodNames = new
Hashtable
();
31
private Hashtable _generatedMethods = new
Hashtable
();
234
Hashtable uniqueTypes = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (8)
1550
if (_targets == null) _targets = new
Hashtable
();
1588
if (_referencedTargets == null) _referencedTargets = new
Hashtable
();
1912
_callbacks = new
Hashtable
();
1913
_types = new
Hashtable
();
1916
_typesReverse = new
Hashtable
();
2172
private Hashtable _idNames = new
Hashtable
();
2174
private Hashtable _createMethods = new
Hashtable
();
2185
_enums = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (9)
537
Hashtable qnIndexes = new
Hashtable
();
898
_references = new
Hashtable
();
1442
_typeEntries = new
Hashtable
();
1465
_objectsInUse = new
Hashtable
();
2154
Hashtable values = new
Hashtable
();
3714
private static volatile Hashtable s_nameToAssemblyMap = new
Hashtable
();
3715
private static volatile Hashtable s_assemblyToNameMap = new
Hashtable
();
3716
private static Hashtable s_tableIsTypeDynamic = Hashtable.Synchronized(new
Hashtable
());
3905
_reflectionVariables = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
633
Hashtable values = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (3)
144
private static Hashtable s_xmlSerializerTable = new
Hashtable
();
594
typedMappingTable = new
Hashtable
();
601
Hashtable pendingKeys = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerNamespaces.cs (1)
113
_namespaces = new
Hashtable
();
FrameworkFork\Microsoft.Xml\Xml\Xslt\XsltArgumentList.cs (2)
23
private Hashtable _parameters = new
Hashtable
();
24
private Hashtable _extensions = new
Hashtable
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (1)
86
_surrogateDataTable = new
Hashtable
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
611
s_serializationSchemaElements = new
Hashtable
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (3)
893
Hashtable references = new
Hashtable
();
948
imports = new
Hashtable
();
965
imports = new
Hashtable
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataSet.cs (3)
1012
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1026
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1040
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (3)
32
Hashtable table = new
Hashtable
();
50
Hashtable extensions = new
Hashtable
();
78
Hashtable nsDefs = new
Hashtable
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
3115
get { if (_table == null) _table = new
Hashtable
(); return _table; }
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10722
System.Collections.Hashtable h = new System.Collections.
Hashtable
();
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
294
System.Collections.Hashtable h = new System.Collections.
Hashtable
();
Microsoft.Build.Engine.UnitTests (9)
BackEnd\FailingBuilderTask.cs (1)
21
return BuildEngine.BuildProjectFile(CurrentProject, new string[] { "ErrorTask" }, new
Hashtable
(), null);
BackEnd\TaskHost_Tests.cs (2)
98
IDictionary targetOutputs = new
Hashtable
();
99
IDictionary projectProperties = new
Hashtable
();
ConsoleLogger_Tests.cs (4)
1421
Hashtable properties = new
Hashtable
();
1663
Hashtable items = new
Hashtable
();
1750
Hashtable items = new
Hashtable
();
1792
Hashtable properties = new
Hashtable
();
MockTask.cs (1)
465
return new
Hashtable
();
TaskThatReturnsMinimalItem.cs (1)
38
Hashtable t =
new
();
Microsoft.Build.Tasks.Core (1)
ToolTaskExtension.cs (1)
60
protected internal Hashtable Bag { get; } = new
Hashtable
();
Microsoft.Build.Tasks.UnitTests (14)
ResolveNonMSBuildProjectOutput_Tests.cs (14)
131
Hashtable projectOutputs = new
Hashtable
();
136
projectOutputs = new
Hashtable
();
142
projectOutputs = new
Hashtable
();
148
projectOutputs = new
Hashtable
();
156
projectOutputs = new
Hashtable
();
196
unresolvedOutputs = new
Hashtable
();
203
resolvedOutputs = new
Hashtable
();
223
projectOutputs = new
Hashtable
();
249
Hashtable projectOutputs = new
Hashtable
();
264
projectOutputs = new
Hashtable
();
278
projectOutputs = new
Hashtable
();
293
projectOutputs = new
Hashtable
();
306
projectOutputs = new
Hashtable
();
320
projectOutputs = new
Hashtable
();
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
89
s_builtInMetadataNames = new
Hashtable
();
Microsoft.Build.Utilities.UnitTests (1)
TaskItem_Tests.cs (1)
115
Hashtable h = new
Hashtable
();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
35
var obj = new
Hashtable
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
854
Value:
new
() { ["one"] = 1, ["two"] = "two", ["three"] = 3.14 },
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (1)
80
m_AssemblyData = New System.Collections.
Hashtable
PresentationBuildTasks (7)
Microsoft\Build\Tasks\Windows\UidManager.cs (2)
654
_uidTable = new
Hashtable
();
656
_sequenceMaxIds = new
Hashtable
();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1813
private readonly Hashtable _objectHashTable =
new
();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1868
private Hashtable _IDTypes = new
Hashtable
();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (3)
3989
_dpLookupHashtable = new
Hashtable
();
4139
private Hashtable _typeLookupFromXmlHashtable = new
Hashtable
();
4142
private Hashtable _namespaceMapHashList = new
Hashtable
();
PresentationCore (15)
MS\Internal\FontFace\CompositeFontParser.cs (1)
164
_namespaceMap = new
Hashtable
();
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\Maps.cs (1)
66
_overFlow = new
Hashtable
();
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2364
s_patternInfo = new
Hashtable
();
2396
s_propertyInfo = new
Hashtable
();
System\Windows\Input\InputManager.cs (1)
934
private Hashtable _inputProviders = new
Hashtable
();
System\Windows\Input\StagingAreaInputItem.cs (1)
42
_dictionary = new
Hashtable
();
System\Windows\Input\TextServicesCompartmentContext.cs (2)
80
_compartmentTable = new
Hashtable
();
106
_globalcompartmentTable = new
Hashtable
();
System\Windows\Media\Animation\Clock.cs (2)
4363
Hashtable removeTable = new
Hashtable
();
4481
internal static Hashtable _objectTable = new
Hashtable
();
System\Windows\Media\Animation\Timeline.cs (2)
1156
Hashtable removeTable = new
Hashtable
();
1203
internal static Hashtable _objectTable = new
Hashtable
();
System\Windows\Media\Imaging\BitmapDownload.cs (1)
53
_uriTable = Hashtable.Synchronized(new
Hashtable
());
System\Windows\Media\Imaging\ImagingCache.cs (2)
126
private static Hashtable _imageCache = new
Hashtable
();
129
private static Hashtable _decoderCache = new
Hashtable
();
PresentationFramework (23)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
48
_locatorPartHandlers = new
Hashtable
();
49
_subtreeProcessors = new
Hashtable
();
50
_selectionProcessors = new
Hashtable
();
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
1147
private static Hashtable _documentHandlers = new
Hashtable
();
MS\Internal\LayoutDump.cs (2)
178
private static Hashtable _elementToDumpHandler = new
Hashtable
();
183
private static Hashtable _documentPageToDumpHandler = new
Hashtable
();
System\Windows\Controls\DefinitionBase.cs (1)
729
private Hashtable _registry = new
Hashtable
(); // storage for shared state objects
System\Windows\Controls\Grid.cs (1)
1280
store = new
Hashtable
();
System\Windows\Controls\TextRangeAdaptor.cs (1)
41
_textPatternAttributes = new
Hashtable
();
System\Windows\Documents\FixedFlowMap.cs (1)
347
_mapping = new
Hashtable
();
System\Windows\Documents\RtfToXamlReader.cs (1)
3707
_fontMappings = new
Hashtable
();
System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
212
_attributes = new
Hashtable
();
System\Windows\Interop\ActiveXHost.cs (1)
1023
private static Hashtable invalidatorMap = new
Hashtable
();
System\Windows\Markup\BamlMapTable.cs (2)
1782
_converterCache = new
Hashtable
();
1813
private readonly Hashtable _objectHashTable =
new
();
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
398
private static Hashtable _shouldSerializeCache = new
Hashtable
();
System\Windows\Markup\WpfXamlLoader.cs (1)
60
namespaceMaps = new
Hashtable
();
System\Windows\Markup\XamlTypeMapper.cs (3)
3989
_dpLookupHashtable = new
Hashtable
();
4139
private Hashtable _typeLookupFromXmlHashtable = new
Hashtable
();
4142
private Hashtable _namespaceMapHashList = new
Hashtable
();
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
127
Hashtable result = new
Hashtable
();
System\Windows\ResourceDictionary.cs (1)
45
_baseDictionary = new
Hashtable
();
System\Windows\SystemResources.cs (1)
1667
private static Hashtable _resourceCache = new
Hashtable
();
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
854
Value:
new
() { ["one"] = 1, ["two"] = "two", ["three"] = 3.14 },
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
21
protected Hashtable InnerHashtable => _hashtable ??= new
Hashtable
();
System.Collections.Specialized (1)
System\Collections\Specialized\StringDictionary.cs (1)
25
private readonly Hashtable contents = new
Hashtable
(); // Do not rename (binary serialization)
System.ComponentModel.TypeConverter (12)
System\ComponentModel\Design\DesigntimeLicenseContext.cs (2)
18
internal Hashtable _savedLicenseKeys = new
Hashtable
();
64
_savedLicenseKeys ??= new
Hashtable
();
System\ComponentModel\LicenseManager.cs (2)
89
Interlocked.CompareExchange(ref s_providers, new
Hashtable
(), null);
101
Interlocked.CompareExchange(ref s_providerInstances, new
Hashtable
(), null);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
190
_cachedFoundProperties = new
Hashtable
();
System\ComponentModel\ReflectTypeDescriptionProvider.cs (5)
196
private static Hashtable PropertyCache => LazyInitializer.EnsureInitialized(ref s_propertyCache, () => new
Hashtable
());
198
private static Hashtable EventCache => LazyInitializer.EnsureInitialized(ref s_eventCache, () => new
Hashtable
());
200
private static Hashtable AttributeCache => LazyInitializer.EnsureInitialized(ref s_attributeCache, () => new
Hashtable
());
202
private static Hashtable ExtendedPropertyCache => LazyInitializer.EnsureInitialized(ref s_extendedPropertyCache, () => new
Hashtable
());
330
dict = new
Hashtable
();
System\ComponentModel\TypeDescriptor.cs (2)
2484
refreshedTypes ??= new
Hashtable
();
2497
refreshedTypes ??= new
Hashtable
();
System.Configuration.ConfigurationManager (19)
System\Configuration\BaseConfigurationRecord.cs (4)
727
factoryList ??= new
Hashtable
();
1754
Hashtable factoryList = new
Hashtable
();
3146
_sectionRecords = new
Hashtable
();
3188
return _factoryRecords ??= new
Hashtable
();
System\Configuration\ClientSettingsStore.cs (2)
87
Hashtable settings = new
Hashtable
();
111
Hashtable settings = new
Hashtable
();
System\Configuration\ConfigurationElement.cs (1)
42
private static readonly Hashtable s_propertyBags = new
Hashtable
();
System\Configuration\ConfigurationElementCollection.cs (1)
255
Hashtable inheritance = new
Hashtable
();
System\Configuration\LocalFileSettingsProvider.cs (2)
152
Hashtable roamingUserSettings = new
Hashtable
();
153
Hashtable localUserSettings = new
Hashtable
();
System\Configuration\MgmtConfigurationRecord.cs (4)
45
private Hashtable SectionGroups => _sectionGroups ??= new
Hashtable
();
47
private Hashtable RemovedSections => _removedSections ??= new
Hashtable
();
49
private Hashtable RemovedSectionGroups => _removedSectionGroups ??= new
Hashtable
();
310
Hashtable factories = new
Hashtable
();
System\Configuration\SectionUpdates.cs (2)
21
_groups = new
Hashtable
();
22
_sections = new
Hashtable
();
System\Configuration\SettingsAttributeDictionary.cs (1)
11
public SettingsAttributeDictionary() :
base
() { }
System\Configuration\SettingsContext.cs (1)
11
public SettingsContext() :
base
() { }
System\Configuration\SingleTagSectionHandler.cs (1)
30
result = new
Hashtable
();
System.Data.Common (32)
System\Data\DataTable.cs (4)
753
Hashtable rowErrors = new
Hashtable
();
754
Hashtable colErrors = new
Hashtable
();
2362
visitedMap ??= new
Hashtable
();
6937
return _rowDiffId ??= new
Hashtable
();
System\Data\DataViewSettingCollection.cs (1)
15
private readonly Hashtable _list = new
Hashtable
();
System\Data\PropertyCollection.cs (1)
18
public PropertyCollection() :
base
()
System\Data\XmlDataLoader.cs (5)
36
_nodeToRowMap = new
Hashtable
();
45
_nodeToRowMap = new
Hashtable
();
61
_nodeToRowMap = new
Hashtable
();
72
_nodeToRowMap = new
Hashtable
();
376
Hashtable foundColumns = new
Hashtable
();
System\Data\xmlsaver.cs (6)
548
_autogenerated = new
Hashtable
();
583
_namespaces = new
Hashtable
();
584
_prefixes = new
Hashtable
();
950
_namespaces = new
Hashtable
();
951
_prefixes = new
Hashtable
();
955
_autogenerated = new
Hashtable
();
System\Data\XMLSchema.cs (8)
220
_udSimpleTypes ??= new
Hashtable
();
372
_expressions ??= new
Hashtable
();
654
_constraintNodes = new
Hashtable
();
686
_elementsTable = new
Hashtable
();
687
_attributes = new
Hashtable
();
688
_attributeGroups = new
Hashtable
();
689
_schemaTypes = new
Hashtable
();
692
_existingSimpleTypeMap = new
Hashtable
();
System\Xml\DataSetMappper.cs (5)
33
_tableSchemaMap = new
Hashtable
();
34
_columnSchemaMap = new
Hashtable
();
42
_tableSchemaMap = new
Hashtable
();
43
_columnSchemaMap = new
Hashtable
();
364
columns = new
Hashtable
();
System\Xml\XmlDataDocument.cs (2)
2463
Hashtable foundColumns = new
Hashtable
();
2598
_pointers = new
Hashtable
();
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
21
internal Hashtable _uriPrefixes = new
Hashtable
();
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
78
private readonly Hashtable m_domainTable = new
Hashtable
(); // Do not rename (binary serialization)
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
93
private static readonly Hashtable s_queuesCache = new
Hashtable
();
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\CurrentSystemTimeZone.cs (1)
180
private readonly Hashtable m_CachedDaylightChanges = new
Hashtable
();
src\libraries\System.Private.CoreLib\src\System\Environment.NoRegistry.cs (1)
19
private static Hashtable GetEnvironmentVariablesFromRegistry(bool fromMachine) => new
Hashtable
();
src\libraries\System.Private.CoreLib\src\System\Environment.Variables.Windows.cs (1)
92
var results = new
Hashtable
();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
55
_hashtable = new
Hashtable
();
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\DataContract.cs (1)
307
private static readonly Hashtable s_namespaces = new
Hashtable
();
System\Runtime\Serialization\DataContractSet.cs (1)
64
public Hashtable SurrogateData => _surrogateData ??= new
Hashtable
();
System\Runtime\Serialization\ExtensionDataReader.cs (3)
44
private readonly Hashtable _cache = new
Hashtable
();
53
private static readonly Hashtable s_nsToPrefixTable = new
Hashtable
();
55
private static readonly Hashtable s_prefixToNsTable = new
Hashtable
();
System\Runtime\Serialization\SchemaExporter.cs (2)
553
Hashtable elements = new
Hashtable
();
554
Hashtable types = new
Hashtable
();
System\Runtime\Serialization\SchemaImporter.cs (1)
603
s_serializationSchemaElements = new
Hashtable
();
System.Private.Windows.Core.Tests (16)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (16)
129
new
Hashtable
{ { "bool", true } },
130
new
Hashtable
{ { "char", 'a' } },
131
new
Hashtable
{ { "byte", (byte)1 } },
132
new
Hashtable
{ { "sbyte", (sbyte)2 } },
133
new
Hashtable
{ { "short", (short)3 } },
134
new
Hashtable
{ { "ushort", (ushort)4 } },
135
new
Hashtable
{ { "int", 5 } },
136
new
Hashtable
{ { "uint", (uint)6 } },
137
new
Hashtable
{ { "long", (long)7 } },
138
new
Hashtable
{ { "ulong", (ulong)8 } },
139
new
Hashtable
{ { "float", 9.0f } },
140
new
Hashtable
{ { "double", 10.0 } },
141
new
Hashtable
{ { "decimal", (decimal)11 } },
142
new
Hashtable
{ { "DateTime", DateTime.Now } },
143
new
Hashtable
{ { "TimeSpan", TimeSpan.FromHours(1) } },
144
new
Hashtable
{ { "string", "test" } }
System.Private.Xml (114)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
602
_elemIdMap ??= new
Hashtable
();
System\Xml\Dom\XmlDocument.cs (2)
258
_htElementIDAttrDecl ??= new
Hashtable
();
314
_htElementIdMap ??= new
Hashtable
();
System\Xml\Schema\ConstraintStruct.cs (1)
38
this.qualifiedTable = new
Hashtable
();
System\Xml\Schema\DataTypeImplementation.cs (1)
105
private static readonly Hashtable s_builtinTypes = new
Hashtable
();
System\Xml\Schema\DtdValidator.cs (2)
50
_attPresence = new
Hashtable
();
420
_IDs ??= new
Hashtable
();
System\Xml\Schema\Inference\Infer.cs (1)
637
Hashtable table = new
Hashtable
();
System\Xml\Schema\NamespaceList.cs (2)
43
_set = new
Hashtable
();
346
nslist._set = new
Hashtable
();
System\Xml\Schema\Preprocessor.cs (2)
82
_referenceNamespaces = new
Hashtable
();
83
_processedExternals = new
Hashtable
();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
57
_schemaLocations = new
Hashtable
(); //new Dictionary<Uri, Uri>();
263
_referenceNamespaces = new
Hashtable
();
System\Xml\Schema\SchemaSetCompiler.cs (1)
26
private readonly Hashtable _schemasToCompile = new
Hashtable
();
System\Xml\Schema\XdrBuilder.cs (2)
390
private readonly Hashtable _UndeclaredElements = new
Hashtable
();
719
builder._ElementDef._AttDefList = new
Hashtable
();
System\Xml\Schema\XdrValidator.cs (2)
53
_attPresence = new
Hashtable
();
641
_IDs ??= new
Hashtable
();
System\Xml\Schema\XmlSchema.cs (1)
53
private readonly Hashtable _ids = new
Hashtable
();
System\Xml\Schema\XmlSchemaCollection.cs (1)
50
_collection = Hashtable.Synchronized(new
Hashtable
());
System\Xml\Schema\XmlSchemaSet.cs (4)
96
_schemaLocations = new
Hashtable
();
97
_chameleonSchemas = new
Hashtable
();
98
_targetNamespaces = new
Hashtable
();
411
Hashtable disallowedNamespaces = new
Hashtable
();
System\Xml\Schema\XmlSchemaValidator.cs (4)
180
_validatedNamespaces = new
Hashtable
();
209
_attPresence = new
Hashtable
();
1904
_IDs ??= new
Hashtable
();
2191
constraintStructures[j].keyrefTable = new
Hashtable
();
System\Xml\Schema\XsdValidator.cs (3)
79
_attPresence = new
Hashtable
();
759
_IDs ??= new
Hashtable
();
881
constraints[j].keyrefTable = new
Hashtable
();
System\Xml\Serialization\CodeIdentifiers.cs (2)
52
_identifiers = new
Hashtable
();
53
_reservedIdentifiers = new
Hashtable
();
System\Xml\Serialization\Compilation.cs (3)
304
var scopeTable = new
Hashtable
();
311
var importedTypes = new
Hashtable
();
416
var serializers = new
Hashtable
();
System\Xml\Serialization\ContextAwareTables.cs (1)
19
_defaultTable = new
Hashtable
();
System\Xml\Serialization\ImportContext.cs (7)
34
internal Hashtable Elements => _elements ??= new
Hashtable
();
36
internal Hashtable Mappings => _mappings ??= new
Hashtable
();
58
internal Hashtable looks = new
Hashtable
();
59
private Hashtable Graph => _graph ??= new
Hashtable
();
61
private Hashtable Hash => _hash ??= new
Hashtable
();
63
private Hashtable ObjectCache => _objectCache ??= new
Hashtable
();
141
ArrayList list = GetDependencies(o, new ArrayList(), new
Hashtable
());
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
604
var delegateCacheForType = s_setMemberValueDelegateCache.GetOrCreateValue(type, _ => new
Hashtable
());
1288
var h = new
Hashtable
();
System\Xml\Serialization\SoapAttributeOverrides.cs (2)
15
private readonly Hashtable _types = new
Hashtable
();
27
members = new
Hashtable
();
System\Xml\Serialization\Types.cs (4)
461
private readonly Hashtable _typeDescs = new
Hashtable
();
462
private readonly Hashtable _arrayTypeDescs = new
Hashtable
();
465
private static readonly Hashtable s_primitiveTypes = new
Hashtable
();
466
private static readonly Hashtable s_primitiveDataTypes = new
Hashtable
();
System\Xml\Serialization\XmlReflectionImporter.cs (4)
34
private readonly Hashtable _anonymous = new
Hashtable
(); // type -> AnonymousMapping
512
_specials ??= new
Hashtable
();
909
Hashtable ids = new
Hashtable
();
2082
Hashtable choiceTypes = new
Hashtable
();
System\Xml\Serialization\XmlSchemaExporter.cs (5)
20
private readonly Hashtable _elements = new
Hashtable
(); // ElementAccessor -> XmlSchemaElement
21
private readonly Hashtable _attributes = new
Hashtable
(); // AttributeAccessor -> XmlSchemaElement
22
private readonly Hashtable _types = new
Hashtable
(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
23
private readonly Hashtable _references = new
Hashtable
(); // TypeMappings to keep track of circular references via anonymous types
885
Hashtable values = new
Hashtable
();
System\Xml\Serialization\XmlSchemas.cs (6)
28
internal Hashtable delayedSchemas = new
Hashtable
();
60
internal Hashtable MergedSchemas => _mergedSchemas ??= new
Hashtable
();
62
internal Hashtable References => _references ??= new
Hashtable
();
289
prep.SchemaLocations = new
Hashtable
();
677
prep.SchemaLocations = new
Hashtable
();
678
prep.ChameleonSchemas = new
Hashtable
();
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (3)
24
private readonly Hashtable _methodNames = new
Hashtable
();
33
private readonly Hashtable _generatedMethods = new
Hashtable
();
175
Hashtable uniqueTypes = new
Hashtable
();
System\Xml\Serialization\XmlSerializationReader.cs (9)
1455
_targets ??= new
Hashtable
();
1487
_referencedTargets ??= new
Hashtable
();
1847
_callbacks = new
Hashtable
();
1848
_types = new
Hashtable
();
1851
_typesReverse = new
Hashtable
();
2045
private readonly Hashtable _idNames = new
Hashtable
();
2047
private readonly Hashtable _createMethods = new
Hashtable
();
2051
internal Hashtable Enums => _enums ??= new
Hashtable
();
3030
Hashtable cases = new
Hashtable
();
System\Xml\Serialization\XmlSerializationWriter.cs (7)
895
_references = new
Hashtable
();
1409
_typeEntries = new
Hashtable
();
1431
_objectsInUse = new
Hashtable
();
1488
private static readonly Hashtable s_nameToAssemblyMap = new
Hashtable
();
1489
private static readonly Hashtable s_assemblyToNameMap = new
Hashtable
();
1684
_reflectionVariables = new
Hashtable
();
2887
Hashtable values = new
Hashtable
();
System\Xml\Serialization\XmlSerializer.cs (1)
700
return TempAssembly.GenerateSerializerToStream(mappings, types, null, assembly, new
Hashtable
(), stream);
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
531
_symbols = new
Hashtable
();
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
59
_methods = new
Hashtable
();
85
_methods = new
Hashtable
();
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
28
_qnames = new
Hashtable
();
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
47
_dataSourceCache = new
Hashtable
();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
112
_withParams ??= new
Hashtable
();
System\Xml\Xsl\XsltOld\Compiler.cs (4)
375
_globalNamespaceAliasTable ??= new
Hashtable
();
750
private readonly Hashtable[] _typeDeclsByLang = new Hashtable[] { new
Hashtable
(), new
Hashtable
(), new
Hashtable
() };
System\Xml\Xsl\XsltOld\InputScope.cs (3)
62
_extensionNamespaces ??= new
Hashtable
();
77
_excludedNamespaces ??= new
Hashtable
();
94
_variables ??= new
Hashtable
();
System\Xml\Xsl\XsltOld\Processor.cs (1)
174
_documentCache = new
Hashtable
();
System\Xml\Xsl\XsltOld\RootAction.cs (3)
83
private readonly Hashtable _attributeSetTable = new
Hashtable
();
84
private readonly Hashtable _decimalFormatTable = new
Hashtable
();
126
CheckAttributeSets_RecurceInList(new
Hashtable
(), _attributeSetTable.Keys);
System\Xml\Xsl\XsltOld\Stylesheet.cs (5)
16
private readonly Hashtable _templateNameTable = new
Hashtable
();
23
private readonly Hashtable _scriptObjectTypes = new
Hashtable
();
79
_queryKeyTable = new
Hashtable
();
151
_attributeSetTable ??= new
Hashtable
();
189
_modeManagers ??= new
Hashtable
();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
271
Hashtable documents = new
Hashtable
();
295
Hashtable keyTable = new
Hashtable
();
System\Xml\Xslt\XsltArgumentList.cs (2)
18
private readonly Hashtable _parameters = new
Hashtable
();
19
private readonly Hashtable _extensions = new
Hashtable
();
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCache.cs (1)
483
Hashtable h = new
Hashtable
();
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
29
Hashtable nsLocallyDeclared = new
Hashtable
();
100
Hashtable nsLocallyDeclared = new
Hashtable
();
System\Security\Cryptography\Xml\NamespaceFrame.cs (2)
14
private readonly Hashtable _rendered = new
Hashtable
();
15
private readonly Hashtable _unrendered = new
Hashtable
();
System\Security\Cryptography\Xml\Utils.cs (1)
392
Hashtable set = new
Hashtable
();
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
14
private static Hashtable s_connectionPoolRegistries = new
Hashtable
();
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\RegexParser.cs (5)
93
new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
105
using var parser = new RegexParser(pattern, options, culture, new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
223
var parser = new RegexParser(input, RegexOptions.None, CultureInfo.InvariantCulture, new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
1811
_capnames = new
Hashtable
();
1871
_capnames = new
Hashtable
();
System.Text.RegularExpressions.Generator (5)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexParser.cs (5)
93
new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
105
using var parser = new RegexParser(pattern, options, culture, new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
223
var parser = new RegexParser(input, RegexOptions.None, CultureInfo.InvariantCulture, new
Hashtable
(), 0, null, stackalloc int[OptionStackDefaultSize]);
1811
_capnames = new
Hashtable
();
1871
_capnames = new
Hashtable
();
System.Web.Services.Description (5)
System\Web\Services\Configuration\WebServicesSection.cs (3)
34
Hashtable table = new
Hashtable
();
52
Hashtable extensions = new
Hashtable
();
75
Hashtable nsDefs = new
Hashtable
();
System\Web\Services\Description\ServiceDescription.cs (1)
2031
get { if (_table == null) { _table = new
Hashtable
(); } return _table; }
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10647
System.Collections.Hashtable h = new System.Collections.
Hashtable
();
System.Windows.Forms (1)
System\Drawing\Design\UITypeEditor.cs (1)
36
var intrinsicEditors = new
Hashtable
System.Windows.Forms.Design (2)
System\Drawing\Design\ToolboxItem.cs (1)
225
IComponent[]? comps = CreateComponentsCore(host, new
Hashtable
());
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
680
defaultValues ??= new
Hashtable
();
System.Windows.Forms.Design.Tests (19)
System\Drawing\Design\ToolboxItemTests.cs (11)
465
Assert.Same(component, Assert.Single(item.CreateComponents(mockDesignerHost.Object, new
Hashtable
())));
492
.Setup(i => i.InitializeNewComponent(new
Hashtable
()));
531
Assert.Same(component, Assert.Single(item.CreateComponents(mockDesignerHost.Object, new
Hashtable
())));
559
.Setup(i => i.InitializeNewComponent(new
Hashtable
()))
601
Assert.Throws<InvalidOperationException>(() => item.CreateComponents(mockDesignerHost.Object, new
Hashtable
()));
655
Assert.Null(item.CreateComponents(mockDesignerHost.Object, new
Hashtable
()));
784
Assert.Same(component, Assert.Single(item.CreateComponentsCore(mockDesignerHost.Object, new
Hashtable
())));
811
.Setup(i => i.InitializeNewComponent(new
Hashtable
()));
850
Assert.Same(component, Assert.Single(item.CreateComponentsCore(mockDesignerHost.Object, new
Hashtable
())));
878
.Setup(i => i.InitializeNewComponent(new
Hashtable
()))
920
Assert.Throws<InvalidOperationException>(() => item.CreateComponentsCore(mockDesignerHost.Object, new
Hashtable
()));
System\Resources\Tools\StronglyTypedResourceBuilderTests.cs (6)
177
Hashtable values =
new
()
272
Hashtable values =
new
()
355
Hashtable values =
new
()
435
Hashtable values =
new
()
491
Hashtable values =
new
()
540
Hashtable values =
new
()
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (1)
65
Hashtable properties =
new
()
System\Windows\Forms\Design\TabControlDesignerTests.cs (1)
47
designer.InitializeNewComponent(new
Hashtable
());
System.Windows.Forms.Tests (18)
System\Resources\ResxDataNodeTests.cs (10)
93
new
Hashtable
(),
94
new
Hashtable
()
98
new
Hashtable
()
102
new
Hashtable
()
106
new
Hashtable
()
111
new
Hashtable
()
115
new
Hashtable
()
119
new
Hashtable
()
125
new
Hashtable
()
131
new
Hashtable
()
System\Resources\ResXResourceReaderTests.cs (7)
101
IDictionary expectedData = new
Hashtable
{ { keyName1, testValue1 }, { keyName2, testValue2 } };
113
IDictionary actualData = new
Hashtable
();
132
IDictionary expectedData = new
Hashtable
{ { keyName, testValue } };
141
IDictionary actualData = new
Hashtable
();
159
IDictionary expectedMetadata = new
Hashtable
{ { metadataName, sampleMetadataValue } };
168
IDictionary actualMetadata = new
Hashtable
();
205
IDictionary expectedData = new
Hashtable
{ { keyName, testValue } };
System\Windows\Forms\Control.ActiveXImplTests.cs (1)
59
control.Table = new
Hashtable
() { { "Whas", "sup" } };
System.Xaml (2)
System\Windows\Markup\ValueSerializer.cs (2)
26
private static Hashtable s_valueSerializers = new
Hashtable
();
270
s_valueSerializers = new
Hashtable
();
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
90
eventTable = new
Hashtable
();
393
private Hashtable _hwndTable = new
Hashtable
();
396
private Hashtable _browserTable = new
Hashtable
();