Implemented interface member:
property
this
System.Collections.IDictionary.this[System.Object]
6 overrides of
mscorlib (3)
system\collections\hashtable.cs (1)
1435public override Object this[Object key] {
system\runtime\remoting\message.cs (2)
5714public override Object this[Object key] 5936public override Object this[Object key]
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
970public override object this[object key]
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4836public override object this[object key] {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6417public override object this[object key] {
1005 writes to
mscorlib (45)
system\__comobject.cs (1)
111m_ObjectToDataMap[key] = data;
system\collections\dictionarybase.cs (2)
86InnerHashtable[key] = value; 92InnerHashtable[key] = temp;
system\collections\hashtable.cs (2)
487ht[keyv] = lbuckets[bucket].val; 1441_table[key] = value;
system\environment.cs (1)
820table[key]=value;
system\globalization\cultureinfo.cs (3)
1837tempNameHT[name + '\xfffd' + altName] = retval; 1849tempNameHT[newName] = retval; 1862tempLcidHT[retval.LCID] = retval;
system\globalization\encodingtable.cs (2)
160hashByName[name] = codePage; 192hashByCodePage[codepage] = dataItem;
system\reflection\emit\xxxontypebuilderinstantiation.cs (1)
221type.m_hashtable[Field] = m;
system\runtime\remoting\callcontext.cs (5)
249Datastore[name] = data; 356Datastore[e.Name] = e.Value; 439lc.Datastore[key] = ((ICloneable)de.Value).Clone(); 442lc.Datastore[key] = de.Value; 585Datastore[name] = data;
system\runtime\remoting\clientsponsor.cs (1)
56sponsorTable[obj] = lease;
system\runtime\remoting\configuration.cs (1)
1483_wellKnownExportInfo[key] = entry;
system\runtime\remoting\identityholder.cs (1)
622URITable[uriKey] = idObj;
system\runtime\remoting\lease.cs (1)
191sponsorTable[sponsorId] = new SponsorStateInfo(renewalTime, SponsorState.Initial);
system\runtime\remoting\leasemanager.cs (3)
105leaseToTimeTable[lease] = lease.leaseTime; 144leaseToTimeTable[lease] = newTime; 169sponsorTable[sponsorId] = new SponsorInfo(lease, sponsorId, sponsorWaitTime);
system\runtime\remoting\remotingconfigparser.cs (8)
1393properties[lowercaseKey] = entry.Value; 1467properties[param.Key] = param.Value; 1488properties[keyStr] = entry.Value; 1538_channelTemplates[id] = channelEntry; 1651properties[param.Key] = param.Value; 1666properties[keyStr] = entry.Value; 1704_serverChannelSinkTemplates[id] = sinkProviderEntry; 1706_clientChannelSinkTemplates[id] = sinkProviderEntry;
system\runtime\remoting\soap.cs (9)
101_elements[CreateKey(xmlElement, xmlNamespace)] = 109_attributes[CreateKey(xmlAttribute, xmlNamespace)] = 154_interopXmlElementToType[CreateKey(xmlElement, xmlNamespace)] = type; 155_interopTypeToXmlElement[type] = new XmlEntry(xmlElement, xmlNamespace); 163_interopXmlTypeToType[CreateKey(xmlType, xmlTypeNamespace)] = type; 164_interopTypeToXmlType[type] = new XmlEntry(xmlType, xmlTypeNamespace); 221_xmlToFieldTypeMap[type] = map; 403_methodBaseToSoapAction[mb] = soapAction; 412_soapActionToMethodBase[soapAction] = mbTable;
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1378assemblyToIdTable[assemblyString] = assemId;
system\runtime\serialization\objectclonehelper.cs (1)
143fields[fieldNames[incomingFieldIndex]] = fieldValues[incomingFieldIndex];
system\runtime\serialization\serializationeventscache.cs (1)
197cache[t] = events; // Add this to the cache.
system\runtime\serialization\serializationobjectmanager.cs (1)
44m_objectSeenTable[obj] = true;
PresentationBuildTasks (22)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (3)
161globalProperties[intermediateOutputPathPropertyName] = IntermediateOutputPath; 162globalProperties[assemblyNamePropertyName] = AssemblyName; 163globalProperties[targetAssemblyProjectNamePropertyName] = currentProjectName;
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (3)
768_uidTable[value] = null; 781_sequenceMaxIds[uidSequence] = index; 786_sequenceMaxIds[uidSequence] = index;
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1156ObjectHashTable[fullName] = record;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1497_IDTypes[xamlPropertyNode.Value] = _elementTypeStack.Peek() as Type;
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
2512_typeLookupFromXmlHashtable[hashString] = typeAndSerializer; 2552_typeLookupFromXmlHashtable[hashString] = typeAndSerializer; 4247_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);
Framework\System\Windows\Markup\XmlnsCache.cs (8)
58_assemblyHasCacheInfo["WINDOWSBASE"] = true; 59_assemblyHasCacheInfo["SYSTEM"] = false; 60_assemblyHasCacheInfo["SYSTEM.DATA"] = false; 61_assemblyHasCacheInfo["SYSTEM.XML"] = false; 62_assemblyHasCacheInfo["UIAUTOMATIONPROVIDER"] = false; 63_assemblyHasCacheInfo["UIAUTOMATIONTYPES"] = false; 65_assemblyHasCacheInfo["PRESENTATIONCORE"] = true; 66_assemblyHasCacheInfo["PRESENTATIONFRAMEWORK"] = true;
Shared\System\Windows\Markup\ReflectionHelper.cs (3)
352_reflectionOnlyLoadedAssembliesHash[assemblyNameLookup] = null; 634_reflectionOnlyLoadedAssembliesHash[assemblyShortName] = asm; 683_contentLoadAssembliesHash[assemblyNameLookup] = true;
PresentationCore (69)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
160_eventsTable[idEvent] = new EventInfo();
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (2)
105_propertyTable[dp] = cDP; 139_propertyTable[dp] = cDP;
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
66_hashTable[key] = value;
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (48)
2293s_patternInfo[InvokePatternIdentifiers.Pattern.Id] = new PatternInfo(InvokePatternIdentifiers.Pattern.Id, new WrapObject(InvokeProviderWrapper.Wrap), PatternInterface.Invoke); 2294s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.Selection); 2295s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value); 2296s_patternInfo[RangeValuePatternIdentifiers.Pattern.Id] = new PatternInfo(RangeValuePatternIdentifiers.Pattern.Id, new WrapObject(RangeValueProviderWrapper.Wrap), PatternInterface.RangeValue); 2297s_patternInfo[ScrollPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollPatternIdentifiers.Pattern.Id, new WrapObject(ScrollProviderWrapper.Wrap), PatternInterface.Scroll); 2298s_patternInfo[ScrollItemPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollItemPatternIdentifiers.Pattern.Id, new WrapObject(ScrollItemProviderWrapper.Wrap), PatternInterface.ScrollItem); 2299s_patternInfo[ExpandCollapsePatternIdentifiers.Pattern.Id] = new PatternInfo(ExpandCollapsePatternIdentifiers.Pattern.Id, new WrapObject(ExpandCollapseProviderWrapper.Wrap), PatternInterface.ExpandCollapse); 2300s_patternInfo[GridPatternIdentifiers.Pattern.Id] = new PatternInfo(GridPatternIdentifiers.Pattern.Id, new WrapObject(GridProviderWrapper.Wrap), PatternInterface.Grid); 2301s_patternInfo[GridItemPatternIdentifiers.Pattern.Id] = new PatternInfo(GridItemPatternIdentifiers.Pattern.Id, new WrapObject(GridItemProviderWrapper.Wrap), PatternInterface.GridItem); 2302s_patternInfo[MultipleViewPatternIdentifiers.Pattern.Id] = new PatternInfo(MultipleViewPatternIdentifiers.Pattern.Id, new WrapObject(MultipleViewProviderWrapper.Wrap), PatternInterface.MultipleView); 2303s_patternInfo[WindowPatternIdentifiers.Pattern.Id] = new PatternInfo(WindowPatternIdentifiers.Pattern.Id, new WrapObject(WindowProviderWrapper.Wrap), PatternInterface.Window); 2304s_patternInfo[SelectionItemPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionItemPatternIdentifiers.Pattern.Id, new WrapObject(SelectionItemProviderWrapper.Wrap), PatternInterface.SelectionItem); 2305s_patternInfo[DockPatternIdentifiers.Pattern.Id] = new PatternInfo(DockPatternIdentifiers.Pattern.Id, new WrapObject(DockProviderWrapper.Wrap), PatternInterface.Dock); 2306s_patternInfo[TablePatternIdentifiers.Pattern.Id] = new PatternInfo(TablePatternIdentifiers.Pattern.Id, new WrapObject(TableProviderWrapper.Wrap), PatternInterface.Table); 2307s_patternInfo[TableItemPatternIdentifiers.Pattern.Id] = new PatternInfo(TableItemPatternIdentifiers.Pattern.Id, new WrapObject(TableItemProviderWrapper.Wrap), PatternInterface.TableItem); 2308s_patternInfo[TogglePatternIdentifiers.Pattern.Id] = new PatternInfo(TogglePatternIdentifiers.Pattern.Id, new WrapObject(ToggleProviderWrapper.Wrap), PatternInterface.Toggle); 2309s_patternInfo[TransformPatternIdentifiers.Pattern.Id] = new PatternInfo(TransformPatternIdentifiers.Pattern.Id, new WrapObject(TransformProviderWrapper.Wrap), PatternInterface.Transform); 2310s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text); 2315s_patternInfo[VirtualizedItemPatternIdentifiers.Pattern.Id] = new PatternInfo(VirtualizedItemPatternIdentifiers.Pattern.Id, new WrapObject(VirtualizedItemProviderWrapper.Wrap), PatternInterface.VirtualizedItem); 2317s_patternInfo[ItemContainerPatternIdentifiers.Pattern.Id] = new PatternInfo(ItemContainerPatternIdentifiers.Pattern.Id, new WrapObject(ItemContainerProviderWrapper.Wrap), PatternInterface.ItemContainer); 2320s_patternInfo[SynchronizedInputPatternIdentifiers.Pattern.Id] = new PatternInfo(SynchronizedInputPatternIdentifiers.Pattern.Id, new WrapObject(SynchronizedInputProviderWrapper.Wrap), PatternInterface.SynchronizedInput); 2325s_propertyInfo[AutomationElementIdentifiers.IsControlElementProperty.Id] = new GetProperty(IsControlElement); 2326s_propertyInfo[AutomationElementIdentifiers.ControlTypeProperty.Id] = new GetProperty(GetControlType); 2327s_propertyInfo[AutomationElementIdentifiers.IsContentElementProperty.Id] = new GetProperty(IsContentElement); 2328s_propertyInfo[AutomationElementIdentifiers.LabeledByProperty.Id] = new GetProperty(GetLabeledBy); 2329s_propertyInfo[AutomationElementIdentifiers.NativeWindowHandleProperty.Id] = new GetProperty(GetNativeWindowHandle); 2330s_propertyInfo[AutomationElementIdentifiers.AutomationIdProperty.Id] = new GetProperty(GetAutomationId); 2331s_propertyInfo[AutomationElementIdentifiers.ItemTypeProperty.Id] = new GetProperty(GetItemType); 2332s_propertyInfo[AutomationElementIdentifiers.IsPasswordProperty.Id] = new GetProperty(IsPassword); 2333s_propertyInfo[AutomationElementIdentifiers.LocalizedControlTypeProperty.Id] = new GetProperty(GetLocalizedControlType); 2334s_propertyInfo[AutomationElementIdentifiers.NameProperty.Id] = new GetProperty(GetName); 2335s_propertyInfo[AutomationElementIdentifiers.AcceleratorKeyProperty.Id] = new GetProperty(GetAcceleratorKey); 2336s_propertyInfo[AutomationElementIdentifiers.AccessKeyProperty.Id] = new GetProperty(GetAccessKey); 2337s_propertyInfo[AutomationElementIdentifiers.HasKeyboardFocusProperty.Id] = new GetProperty(HasKeyboardFocus); 2338s_propertyInfo[AutomationElementIdentifiers.IsKeyboardFocusableProperty.Id] = new GetProperty(IsKeyboardFocusable); 2339s_propertyInfo[AutomationElementIdentifiers.IsEnabledProperty.Id] = new GetProperty(IsEnabled); 2340s_propertyInfo[AutomationElementIdentifiers.BoundingRectangleProperty.Id] = new GetProperty(GetBoundingRectangle); 2341s_propertyInfo[AutomationElementIdentifiers.ProcessIdProperty.Id] = new GetProperty(GetCurrentProcessId); 2342s_propertyInfo[AutomationElementIdentifiers.RuntimeIdProperty.Id] = new GetProperty(GetRuntimeId); 2343s_propertyInfo[AutomationElementIdentifiers.ClassNameProperty.Id] = new GetProperty(GetClassName); 2344s_propertyInfo[AutomationElementIdentifiers.HelpTextProperty.Id] = new GetProperty(GetHelpText); 2345s_propertyInfo[AutomationElementIdentifiers.ClickablePointProperty.Id] = new GetProperty(GetClickablePoint); 2346s_propertyInfo[AutomationElementIdentifiers.CultureProperty.Id] = new GetProperty(GetCultureInfo); 2347s_propertyInfo[AutomationElementIdentifiers.IsOffscreenProperty.Id] = new GetProperty(IsOffscreen); 2348s_propertyInfo[AutomationElementIdentifiers.OrientationProperty.Id] = new GetProperty(GetOrientation); 2349s_propertyInfo[AutomationElementIdentifiers.FrameworkIdProperty.Id] = new GetProperty(GetFrameworkId); 2350s_propertyInfo[AutomationElementIdentifiers.IsRequiredForFormProperty.Id] = new GetProperty(IsRequiredForForm); 2351s_propertyInfo[AutomationElementIdentifiers.ItemStatusProperty.Id] = new GetProperty(GetItemStatus);
Core\CSharp\System\Windows\DataObject.cs (1)
4122this._data[format] = datalist;
Core\CSharp\System\Windows\GlobalEventManager.cs (1)
192_ownerTypedRoutedEventList[ownerType] = ownerRoutedEventList;
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
55akm._keyToElements[key] = elements;
Core\CSharp\System\Windows\Input\InputManager.cs (1)
366_inputProviders[inputProvider] = site;
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (1)
107_dictionary[key] = value;
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
110_compartmentTable[guid] = compartment; 149_globalcompartmentTable[guid] = compartment;
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (1)
143_cache[lowercase] = language = new XmlLanguage(lowercase);
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (3)
209_uriTable[uri] = entry; 418_uriTable[entry.inputUri] = null; 512_uriTable[entry.inputUri] = null;
Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs (1)
115table[uri] = obj;
Core\CSharp\System\Windows\Media\UniqueEventHelper.cs (4)
41_htDelegates[handler] = refCount; 69_htDelegates[handler] = refCount - 1; 152_htDelegates[handler] = refCount; 180_htDelegates[handler] = refCount - 1;
Shared\MS\Utility\Maps.cs (1)
81_overFlow[dType] = value;
PresentationFramework (38)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (4)
126_subtreeProcessors[processorId] = processor; 132_locatorPartHandlers[typeName] = processor; 219_selectionProcessors[selectionType] = processor; 225_locatorPartHandlers[type] = processor;
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
120_ZLevel[type] = level;
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
98_table[new AccessorTableKey(sourceValueType, type, name)] = value;
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
541_nameToGroupMap[nameKey] = new WeakReference(subgroup);
src\Framework\MS\Internal\Documents\PageCache.cs (2)
979_table[page] = false; 1026_table[page] = true;
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
237propertyOccurrences[_reader.Name] = ++index; 242propertyOccurrences[_reader.Name] = bamlNode;
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (3)
313uidSubstitutions[element.Uid] = null; // stored in Hashtable 772_uidToNewBamlNodeIndexMap[uid] = _tree.Size - 1; 775_keyToNewBamlNodeIndexMap[key] = _tree.Size - 1;
src\Framework\MS\Internal\WeakHashtable.cs (1)
61this[new EqualityWeakReference(key)] = value;
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
722_registry[sharedSizeGroup] = sharedState;
src\Framework\System\Windows\Controls\Grid.cs (1)
1370store[key] = value;
src\Framework\System\Windows\Controls\RadioButton.cs (1)
84_groupNameToElements[groupName] = elements;
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
116_list[source] = immComposition; 396_list[newSource] = this;
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
298_attributes[guidatom] = attr;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2902_containerHashtable[container] = elementTable; 2905elementTable[elementObject] = BooleanBoxes.TrueBox;
src\Framework\System\Windows\Interop\ActiveXHost.cs (2)
85invalidatorMap[UIElement.VisibilityProperty] = new PropertyInvalidator(OnVisibilityInvalidated); 86invalidatorMap[FrameworkElement.IsEnabledProperty] = new PropertyInvalidator(OnIsEnabledInvalidated);
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
1156ObjectHashTable[fullName] = record; 1698ObjectHashTable[key] = data;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
1098_assemblies[assemblyName] = assy;
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
364_shouldSerializeCache[key] = value;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
2512_typeLookupFromXmlHashtable[hashString] = typeAndSerializer; 2552_typeLookupFromXmlHashtable[hashString] = typeAndSerializer; 4247_dpLookupHashtable[dpName] = new PropertyAndType(null, dpInfo, false, true, ownerType, isInternal);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
188result[key] = list.ToArray();
src\Framework\System\Windows\ResourceDictionary.cs (2)
462_baseDictionary[key] = value; 1006_baseDictionary[key] = value;
src\Framework\System\Windows\SystemResources.cs (2)
282_resourceCache[key] = resource; 293_resourceCache[key] = _specialNull;
src\Framework\System\Windows\TemplateNameScope.cs (1)
135nonFeChildren[name] = scopedElement;
SMSvcHost (1)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
48listenerChannelIds[listenerChannelContext.ListenerChannelId] = this;
System (122)
compmod\system\codedom\CodeNamespaceImportCollection.cs (2)
83keys[value.Namespace] = value; 120keys[c.Namespace] = c;
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (2)
120_compilerLanguages[language] = compilerInfo; 124_compilerExtensions[extension] = compilerInfo;
compmod\system\collections\specialized\hybriddictionary.cs (2)
104hashtable[key] = value; 109hashtable[key] = value;
compmod\system\collections\specialized\ordereddictionary.cs (2)
168objectsTable[key] = value; 184objectsTable[key] = value;
compmod\system\collections\specialized\stringdictionary.cs (1)
81contents[key.ToLower(CultureInfo.InvariantCulture)] = value;
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
43contents[key] = value;
compmod\system\componentmodel\AttributeCollection.cs (1)
352_defaultAttributes[attributeType] = attr;
compmod\system\componentmodel\ComponentResourceManager.cs (2)
94_resourceSets[culture] = resources; 101_resourceSets[culture] = resources;
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
57savedLicenseKeys[type.AssemblyQualifiedName] = key;
compmod\system\componentmodel\LicenseManager.cs (2)
91providers[type] = provider; 97providerInstances[provider.GetType()] = provider;
compmod\system\componentmodel\MemberDescriptor.cs (1)
402hash[attr.TypeId] = attr;
compmod\system\componentmodel\PropertyDescriptor.cs (2)
163valueChangedHandlers[component] = Delegate.Combine(h, handler); 441valueChangedHandlers[component] = h;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (37)
119temp[typeof(bool)] = typeof(BooleanConverter); 120temp[typeof(byte)] = typeof(ByteConverter); 121temp[typeof(SByte)] = typeof(SByteConverter); 122temp[typeof(char)] = typeof(CharConverter); 123temp[typeof(double)] = typeof(DoubleConverter); 124temp[typeof(string)] = typeof(StringConverter); 125temp[typeof(int)] = typeof(Int32Converter); 126temp[typeof(short)] = typeof(Int16Converter); 127temp[typeof(long)] = typeof(Int64Converter); 128temp[typeof(float)] = typeof(SingleConverter); 129temp[typeof(UInt16)] = typeof(UInt16Converter); 130temp[typeof(UInt32)] = typeof(UInt32Converter); 131temp[typeof(UInt64)] = typeof(UInt64Converter); 132temp[typeof(object)] = typeof(TypeConverter); 133temp[typeof(void)] = typeof(TypeConverter); 134temp[typeof(CultureInfo)] = typeof(CultureInfoConverter); 135temp[typeof(DateTime)] = typeof(DateTimeConverter); 136temp[typeof(DateTimeOffset)] = typeof(DateTimeOffsetConverter); 137temp[typeof(Decimal)] = typeof(DecimalConverter); 138temp[typeof(TimeSpan)] = typeof(TimeSpanConverter); 139temp[typeof(Guid)] = typeof(GuidConverter); 140temp[typeof(Array)] = typeof(ArrayConverter); 141temp[typeof(ICollection)] = typeof(CollectionConverter); 142temp[typeof(Enum)] = typeof(EnumConverter); 146temp[_intrinsicReferenceKey] = typeof(ReferenceConverter); 147temp[_intrinsicNullableKey] = typeof(NullableConverter); 184_editorTables[editorBaseType] = table; 372_editorTables[editorBaseType] = _editorTables; 846_typeData[type] = td; 949_attributeCache[type] = attrs; 989_attributeCache[member] = attrs; 1072_eventCache[type] = events; 1169_extendedPropertyCache[providerType] = extendedProperties; 1289_propertyCache[type] = properties; 1343table[baseType] = hashEntry; 1376table[callingType] = hashEntry; 1425table[callingType] = hashEntry;
compmod\system\componentmodel\TypeDescriptor.cs (6)
295_providerTable[type] = head; 454_defaultProviders[type] = null; 2241_providerTable[searchType] = node; 2250_providerTypeTable[searchType] = node; 3055refreshedTypes[nodeType] = nodeType; 3069refreshedTypes[populatedType] = populatedType;
compmod\system\security\permissions\ResourcePermissionBase.cs (11)
150currentTable[accessPath[index]] = newHashTable; 158currentTable[accessPath[accessPath.Length - 1]] = entry.PermissionAccess; 182newTable[contentEnumerator.Key] = CopyChildren(contentEnumerator.Value, tagIndex + 1); 184newTable[contentEnumerator.Key] = contentEnumerator.Value; 314newContents[ComputerName] = computerNameValue; 317newContents[Local] = computerNameValue; 346newContents[currentKey] = newValue; 500newTable[contentName] = ReadChildren(currentElement, tagIndex +1); 507newTable[contentName] = permissionAccess; 606newContents[targetContentEnumerator.Key] = targetContentEnumerator.Value; 610newContents[targetContentEnumerator.Key] = UnionOfContents(currentValue, targetValue);
misc\WeakHashtable.cs (1)
53this[new EqualityWeakReference(key)] = value;
net\System\Net\_HeaderInfoTable.cs (1)
149HeaderHashTable[InfoArray[i].HeaderName] = InfoArray[i];
net\System\Net\_SpnDictionary.cs (1)
89m_SyncTable[canonicalKey] = spnToken;
net\System\Net\_SslSessionsCache.cs (2)
185s_CachedCreds[key] = cached; 213s_CachedCreds[toRemoveAttempt[i].Key] = cached;
net\System\Net\_TimerThread.cs (1)
242s_QueuesCache[durationMilliseconds] = weakQueue;
net\System\Net\_WebProxyDataBuilder.cs (1)
140proxyListHashTable[schemeValueStrings[0]] = ParseProxyUri(schemeValueStrings[1]);
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
46this.connectionManagement[connectionManagementElement.Address] = connectionManagementElement.MaxConnection;
net\System\Net\ConnectionPoolManager.cs (2)
54m_ConnectionPools[key] = connectionPool; 85m_ConnectionPools[key] = null;
net\System\Net\cookiecontainer.cs (1)
278m_domainTable[key] = value;
net\System\Net\HttpListener.cs (2)
684m_UriPrefixes[uriPrefix] = registeredPrefix; 2307DisconnectResults[connectionId] = disconnectResult;
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
51this.sessions[sessionCookie] = clientContext = new NTAuthentication(false, "WDigest", credential, spn, ContextFlags.Connection, channelBindingToken);
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
48sessions[sessionCookie] = credential;
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
45this.sessions[sessionCookie] =
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
49this.sessions[sessionCookie] =
net\System\Net\ServicePoint.cs (1)
212m_ConnectionGroupList[lookupStr] = entry;
net\System\Net\ServicePointManager.cs (2)
816s_ServicePointTable[tempEntry] = servicePointReference; 881s_ServicePointTable[tempEntry] = servicePointReference;
regex\system\text\regularexpressions\RegexParser.cs (2)
1667_capnames[name] = _autocap; 1719_capnames[str] = j;
regex\system\text\regularexpressions\RegexWriter.cs (1)
242_caps[tree._capnumlist[i]] = i;
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (6)
108config["switches"] = switches; 114config["assertuienabled"] = assertuienabled; 118config["logfilename"] = logfilename; 128config["filemappingsize"] = filemappingsize; 138config["autoflush"] = autoflush; 142config["indentsize"] = indentsize;
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
574listenerInfos[compLogName] = info; 846MessageLibraries[dllName] = hModule; 1407listenerInfos[compLogName] = null;
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (8)
151tempCategoryTable[categoryName] = newCategoryEntry; 642this.customCategoryTable[category] = categoryType; 667this.customCategoryTable[category] = categoryType; 936PerformanceCounterLib.libraryTable[libraryKey] = library; 1035stringTable[key] = nameString; 1364this.CounterTable[samples[index].NameIndex] = samples[index]; 1377this.InstanceNameTable[PerformanceCounterLib.SingleInstanceName] = 0; 1404this.InstanceNameTable[newInstanceName] = i;
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
1202processInfos[processInfo.processId] = processInfo;
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
680categoryDataTable[categoryName] = data;
sys\system\configuration\ApplicationSettingsBase.cs (5)
194Context["SettingsKey"] = _settingsKey; 492_context["GroupName"] = type.FullName; 493_context["SettingsKey"] = SettingsKey; 494_context["SettingsClassType"] = type; 549_context["GroupName"] = ((SettingsGroupNameAttribute)attr).GroupName;
sys\system\configuration\DictionarySectionHandler.cs (1)
63res[key] = value;
sys\system\configuration\SettingsPropertyValueCollection.cs (1)
85_Indices[key] = ((int)_Indices[key]) - 1;
System.Activities (5)
System\Activities\ActivityUtilities.cs (1)
1390lookupTable[type] = argumentType;
System\Activities\Expressions\AssemblyReference.cs (3)
195assemblyCache[assemblyName] = curAsm; 206assemblyCache[assemblyName] = assembly; 243assemblyToAssemblyNameCache[assembly] = assemblyName;
System\Activities\Tracking\TrackingProvider.cs (1)
255this.activitySubscriptions[name] = name;
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
87_baseMemberMap[member] = baseMember ?? _noMemberInfo; 168_attributeDataCache[attributeType] = attrData;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
52_cachedLookups[type] = returnValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (2)
52_expandedPropertyEditors[path] = null; 99_expandedPropertyEditors[path] = null;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
382cache[reflectType] = attrs; 399cache[iface] = attrs; 1515_seenAttributes[attrData.AttributeType] = attr;
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
73converterCache[itemType] = converter;
System.Configuration (17)
System\Configuration\BaseConfigurationRecord.cs (4)
2410factoryList[configKey] = factoryRecord; 2589factoryList[configKey] = factoryRecord; 4399factoryList[RESERVED_SECTION_PROTECTED_CONFIGURATION] = 4427factoryList[Microsoft_CONFIGURATION_SECTION] =
System\Configuration\ConfigurationElement.cs (1)
801s_propertyBags[type] = properties;
System\Configuration\ConfigurationElementCollection.cs (7)
246Inheritance[entry.GetKey(this)] = InheritedType.inParent; 259Inheritance[entry.GetKey(this)] = InheritedType.inBothSame; 262Inheritance[entry.GetKey(this)] = InheritedType.inBothDiff; 268Inheritance[entry.GetKey(this)] = InheritedType.inBothCopyNoRemove; 273Inheritance[entry.GetKey(this)] = InheritedType.inBothDiff; 279Inheritance[entry.GetKey(this)] = InheritedType.inBothCopyNoRemove; 284Inheritance[entry.GetKey(this)] = InheritedType.inSelf;
System\Configuration\MgmtConfigurationRecord.cs (4)
341SectionGroups[configKey] = configSectionGroup; 373_locationTags[locationSubPath] = locationSubPath; 414factories[configKey] = new FactoryId(factoryRecord.ConfigKey, factoryRecord.Group, factoryRecord.Name); 982SectionGroups[configKey] = configSectionGroup;
System\Configuration\SectionUpdates.cs (1)
61sectionUpdates._groups[groupPart] = sectionUpdatesChild;
System.Data (82)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
87_baseMemberMap[member] = baseMember ?? _noMemberInfo; 168_attributeDataCache[attributeType] = attrData;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
52_cachedLookups[type] = returnValue;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (2)
52_expandedPropertyEditors[path] = null; 99_expandedPropertyEditors[path] = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
382cache[reflectType] = attrs; 399cache[iface] = attrs; 1515_seenAttributes[attrData.AttributeType] = attr;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
73converterCache[itemType] = converter;
fx\src\data\System\Data\CodeGen\datacache.cs (2)
102lookupIdentifiers[p.Name] = '_' + p.Name; 116lookupIdentifiers[inVarName] = newName;
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
906parsetable[realkeyname] = keyvalue; // last key-value pair wins (or first)
fx\src\data\System\Data\Common\DBConnectionString.cs (2)
107_parsetable[KEY.Password] = star; 110_parsetable[KEY.Pwd] = star;
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (3)
372propertyDescriptors[displayName] = descriptor; 377propertyDescriptors[ADP.ConnectionString] = reflected; 433propertyDescriptors[keyword] = descriptor;
fx\src\data\System\Data\Common\FieldNameLookup.cs (2)
122_fieldNameLookup[fieldName] = i; // add an exact match for the future 137hash[fieldName] = i;
fx\src\data\System\Data\DataColumn.cs (1)
1509clone.ExtendedProperties[key] = this.extendedProperties[key];
fx\src\data\System\Data\DataRelation.cs (1)
719clone.ExtendedProperties[key]=this.extendedProperties[key];
fx\src\data\System\Data\DataSet.cs (1)
1156ds.ExtendedProperties[key] = this.extendedProperties[key];
fx\src\data\System\Data\DataTable.cs (3)
2194visitedMap[sourceTable] = destinationTable; 2277oldConstraint.ExtendedProperties[key] = clonedConstraint.ExtendedProperties[key]; 2306clone.ExtendedProperties[key]=this.extendedProperties[key];
fx\src\data\System\Data\DataViewSettingCollection.cs (1)
48list[table] = value;
fx\src\data\System\Data\ForeignKeyConstraint.cs (2)
661clone.ExtendedProperties[key]=this.ExtendedProperties[key]; 696clone.ExtendedProperties[key]=this.ExtendedProperties[key];
fx\src\data\System\Data\Merger.cs (1)
537dst[srcDE.Key] = srcDE.Value;
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
597propertyDescriptors[info._description] = descriptor;
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1812baseColumnNames[basecolumname] = i; 1820baseColumnNames[basecolumname] = i;
fx\src\data\System\Data\Sql\sqlser.cs (1)
87m_types2Serializers[t] = s;
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1028propertyDescriptors[displayName] = descriptor;
fx\src\data\System\Data\UniqueConstraint.cs (2)
285clone.ExtendedProperties[key]=this.ExtendedProperties[key]; 307clone.ExtendedProperties[key]=this.ExtendedProperties[key];
fx\src\data\System\Data\XmlDataLoader.cs (4)
356foundColumns[column] = column; 384foundColumns[c] = c; 421foundColumns[c] = c; 1024table.RowDiffId[diffId] = row;
fx\src\data\System\Data\XMLDiffLoader.cs (2)
116tableBefore.RowDiffId[diffId] = row; 165tableBefore.RowDiffId[diffId] = row;
fx\src\data\System\Data\xmlsaver.cs (22)
377autogenerated[col] = col; 384autogenerated[fk] = fk; 387autogenerated[fk.Columns[0]] = null; 389autogenerated[fk.RelatedColumnsReference[0]] = null; 397autogenerated[_constraint] = null; 399autogenerated[_constraint.Key.ColumnsReference[0]] = null; 405autogenerated[unique] = unique; 408autogenerated[unique.Key.ColumnsReference[0]] = null; 523namespaces[_ds.Namespace] = rootSchema; 526namespaces[_dt.Namespace] = rootSchema; 532namespaces[_ds.Namespace] = rootSchema; 534prefixes[_ds.Namespace] = null; 538prefixes[_ds.Namespace] = "mstns"; 826namespaces[_ds.Namespace] = rootSchema; 828prefixes[_ds.Namespace] = null; 833prefixes[_ds.Namespace] = "mstns"; 837namespaces[dt.Namespace] = rootSchema; 839prefixes[dt.Namespace] = null; 844prefixes[dt.Namespace] = "mstns"; 1041prefixes[NamespaceURI] = prefix; 1043namespaces[NamespaceURI] = schemaEl; 2020rowsOrder[rc[j]] = j;
fx\src\data\System\Data\XMLSchema.cs (7)
175elementsTable[elem.QualifiedName] = elem; 179attributes[attr.QualifiedName] = attr; 183attributeGroups[attr.QualifiedName] = attr; 192schemaTypes[type.QualifiedName] = type; 202udSimpleTypes[type.QualifiedName.ToString()] = xmlSimpleType; 324this.expressions[dc] = attrs[i].Value; 605existingSimpleTypeMap[dc.SimpleType.SimpleTypeQualifiedName] = dc;
fx\src\data\System\Data\XmlToDatasetMap.cs (7)
146tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 182tableSchemaMap[new XmlNodeIdentety(tableLocalName, tableNamespace)] = tableSchemaInfo; 197columns[idColumn] = col; 229columns[idColumn] = col; // And add it to hashtable 309tableSchemaInfo.ColumnsSchemaMap[idTable] = r.ChildTable; 378tableSchemaInfo.ColumnsSchemaMap[idTable] = r.ChildTable; 480columns[idColumn] = col;
fx\src\data\System\NewXml\XmlDataDocument.cs (4)
75pointers[pointer] = pointer; 2233foundColumns[column] = column; 2265foundColumns[c] = c; 2287foundColumns[c] = c;
System.Data.Entity (3)
System\Data\Common\FieldNameLookup.cs (2)
105_fieldNameLookup[fieldName] = i; // add an exact match for the future 120hash[fieldName] = i;
System\Data\EntityClient\DbConnectionOptions.cs (1)
510parsetable[realkeyname] = keyvalue; // last key-value pair wins (or first)
System.Data.SqlXml (27)
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
224this.methods[name] = methResult; 314methodsBaked[methName] = typBaked.GetMethod(methName, BindingFlags.NonPublic | BindingFlags.Static);
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
51this.qnames[ruleInternal] = ruleInternal;
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
103this.withParams[name] = value;
System\Xml\Xsl\XsltOld\Compiler.cs (1)
351this.globalNamespaceAliasTable[StylesheetURI] = AliasInfo;
System\Xml\Xsl\XsltOld\InputScope.cs (3)
60this.extensionNamespaces[nspace] = null; 74this.excludedNamespaces[nspace] = null; 90this.variables[variable.Name] = variable;
System\Xml\Xsl\XsltOld\Processor.cs (1)
181documentCache[ruri] = result.Clone();
System\Xml\Xsl\XsltOld\RootAction.cs (4)
143this.attributeSetTable[srcAttSet.Name] = dstAttSet; 175markTable[qname] = (object) PROCESSING; 177markTable[qname] = (object) DONE; 214this.decimalFormatTable[name] = formatinfo;
System\Xml\Xsl\XsltOld\Stylesheet.cs (4)
77this.queryKeyTable[query] = elem; 135this.attributeSetTable[attributeSet.Name] = attributeSet; 154this.templateNameTable[template.Name] = template; 177this.modeManagers[mode] = manager;
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (9)
483ft["current" ] = new FuncCurrent (); 484ft["unparsed-entity-uri"] = new FuncUnEntityUri (); 485ft["generate-id" ] = new FuncGenerateId (); 486ft["system-property" ] = new FuncSystemProp (); 487ft["element-available" ] = new FuncElementAvailable (); 488ft["function-available" ] = new FuncFunctionAvailable(); 489ft["document" ] = new FuncDocument (); 490ft["key" ] = new FuncKey (); 491ft["format-number" ] = new FuncFormatNumber ();
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
176this.cdataElements[qname] = qname;
System.Drawing (39)
commonui\System\Drawing\Advanced\ColorTranslator.cs (27)
347htmlSysColorTable["activeborder"] = Color.FromKnownColor(KnownColor.ActiveBorder); 348htmlSysColorTable["activecaption"] = Color.FromKnownColor(KnownColor.ActiveCaption); 349htmlSysColorTable["appworkspace"] = Color.FromKnownColor(KnownColor.AppWorkspace); 350htmlSysColorTable["background"] = Color.FromKnownColor(KnownColor.Desktop); 351htmlSysColorTable["buttonface"] = Color.FromKnownColor(KnownColor.Control); 352htmlSysColorTable["buttonhighlight"] = Color.FromKnownColor(KnownColor.ControlLightLight); 353htmlSysColorTable["buttonshadow"] = Color.FromKnownColor(KnownColor.ControlDark); 354htmlSysColorTable["buttontext"] = Color.FromKnownColor(KnownColor.ControlText); 355htmlSysColorTable["captiontext"] = Color.FromKnownColor(KnownColor.ActiveCaptionText); 356htmlSysColorTable["graytext"] = Color.FromKnownColor(KnownColor.GrayText); 357htmlSysColorTable["highlight"] = Color.FromKnownColor(KnownColor.Highlight); 358htmlSysColorTable["highlighttext"] = Color.FromKnownColor(KnownColor.HighlightText); 359htmlSysColorTable["inactiveborder"] = Color.FromKnownColor(KnownColor.InactiveBorder); 360htmlSysColorTable["inactivecaption"] = Color.FromKnownColor(KnownColor.InactiveCaption); 361htmlSysColorTable["inactivecaptiontext"] = Color.FromKnownColor(KnownColor.InactiveCaptionText); 362htmlSysColorTable["infobackground"] = Color.FromKnownColor(KnownColor.Info); 363htmlSysColorTable["infotext"] = Color.FromKnownColor(KnownColor.InfoText); 364htmlSysColorTable["menu"] = Color.FromKnownColor(KnownColor.Menu); 365htmlSysColorTable["menutext"] = Color.FromKnownColor(KnownColor.MenuText); 366htmlSysColorTable["scrollbar"] = Color.FromKnownColor(KnownColor.ScrollBar); 367htmlSysColorTable["threeddarkshadow"] = Color.FromKnownColor(KnownColor.ControlDarkDark); 368htmlSysColorTable["threedface"] = Color.FromKnownColor(KnownColor.Control); 369htmlSysColorTable["threedhighlight"] = Color.FromKnownColor(KnownColor.ControlLight); 370htmlSysColorTable["threedlightshadow"] = Color.FromKnownColor(KnownColor.ControlLightLight); 371htmlSysColorTable["window"] = Color.FromKnownColor(KnownColor.Window); 372htmlSysColorTable["windowframe"] = Color.FromKnownColor(KnownColor.WindowFrame); 373htmlSysColorTable["windowtext"] = Color.FromKnownColor(KnownColor.WindowText);
commonui\System\Drawing\ColorConverter.cs (1)
345hash[prop.Name] = prop.GetValue(null, tempIndex);
commonui\System\Drawing\Design\ToolboxItem.cs (1)
985base[propertyName] = value;
commonui\System\Drawing\Design\UITypeEditor.cs (8)
40intrinsicEditors[typeof(DateTime)] = "System.ComponentModel.Design.DateTimeEditor, " + AssemblyRef.SystemDesign; 41intrinsicEditors[typeof(Array)] = "System.ComponentModel.Design.ArrayEditor, " + AssemblyRef.SystemDesign; 42intrinsicEditors[typeof(IList)] = "System.ComponentModel.Design.CollectionEditor, " + AssemblyRef.SystemDesign; 43intrinsicEditors[typeof(ICollection)] = "System.ComponentModel.Design.CollectionEditor, " + AssemblyRef.SystemDesign; 44intrinsicEditors[typeof(byte[])] = "System.ComponentModel.Design.BinaryEditor, " + AssemblyRef.SystemDesign; 45intrinsicEditors[typeof(System.IO.Stream)] = "System.ComponentModel.Design.BinaryEditor, " + AssemblyRef.SystemDesign; 46intrinsicEditors[typeof(string[])] = "System.Windows.Forms.Design.StringArrayEditor, " + AssemblyRef.SystemDesign; 47intrinsicEditors[typeof(Collection<string>)] = "System.Windows.Forms.Design.StringCollectionEditor, " + AssemblyRef.SystemDesign;
commonui\System\Drawing\FontConverter.cs (1)
602hash[name.ToLower(CultureInfo.InvariantCulture)] = name;
misc\DebugHandleTracker.cs (1)
122handleTypes[handleName] = type;
System.Management (1)
Instrumentation\SchemaRegistration.cs (1)
362 mapTypeToConverterClassName[types[i]] = "ConvertClass_" + i;
System.Messaging (9)
System\Messaging\Design\MessageQueueConverter.cs (1)
45componentsCreated[queue.Path] = queue;
System\Messaging\Design\QueuePathDialog.cs (1)
409machinesTable[machineName] = machineNode;
System\Messaging\MessageQueue.cs (1)
2584OutstandingAsyncRequests[request] = request;
System\Messaging\MessageQueuePermission.cs (2)
490newFormatNames[targetFormatNamesEnumerator.Key] = targetFormatNamesEnumerator.Value; 494newFormatNames[targetFormatNamesEnumerator.Key] = currentAccess | (MessageQueuePermissionAccess)targetFormatNamesEnumerator.Value;
System\Messaging\XmlMessageFormatter.cs (4)
157formatter.targetSerializerTable[targetType] = new XmlSerializer(targetType); 172this.targetSerializerTable[targetType] = new XmlSerializer(targetType); 181this.targetSerializerTable[this.targetTypes[index]] = new XmlSerializer(this.targetTypes[index]); 236this.targetSerializerTable[serializedType] = serializer;
System.Runtime.Caching (4)
System\Caching\FileChangeNotificationSystem.cs (1)
101_dirMonitors[dir] = dirMon;
System\Caching\HostFileChangeMonitor.cs (1)
56fcnState[path] = state;
System\Caching\MemoryCacheStore.cs (2)
164_entries[key] = entry; 293_entries[key] = entry;
System.Runtime.Remoting (105)
channels\core\socketcache.cs (1)
422_connections[machinePortAndSid] = connection;
channels\http\combinedhttpchannel.cs (4)
70clientData["secure"] = entry.Value; 71serverData["secure"] = entry.Value; 74clientData[entry.Key] = entry.Value; 75serverData[entry.Key] = entry.Value;
channels\http\httpremotinghandler.cs (1)
427s_registeredDynamicTypeTable[uri] = type;
channels\ipc\ipcchannel.cs (3)
74serverData["portName"] = entry.Value; 80clientData[entry.Key] = entry.Value; 81serverData[entry.Key] = entry.Value;
channels\ipc\portcache.cs (1)
139_connections[portName] = new PortConnection(port);
channels\tcp\combinedtcpchannel.cs (3)
67serverData["port"] = entry.Value; 73clientData[entry.Key] = entry.Value; 74serverData[entry.Key] = entry.Value;
metadata\wsdlparser.cs (88)
1091wsdlMessages[message.name] = message; 1120wsdlPortTypes[portType.name] = portType; 1146portType.sections[portContent.name] = portTypeOperation; //for request response 1147portType.sections[portTypeOperation.name] = portTypeOperation; // for one way don't know yet if one way or response 1155portType.sections[portContent.name] = portTypeOperation; 1173portType.sections[portContent.name] = portTypeOperation; 1509service.ports[port.binding] = port; 1897propertyMethod[propertyName] = methodInfo; 2397cSharpKeywordstemp["abstract"] = obj; 2398cSharpKeywordstemp["base"] = obj; 2399cSharpKeywordstemp["bool"] = obj; 2400cSharpKeywordstemp["break"] = obj; 2401cSharpKeywordstemp["byte"] = obj; 2402cSharpKeywordstemp["case"] = obj; 2403cSharpKeywordstemp["catch"] = obj; 2404cSharpKeywordstemp["char"] = obj; 2405cSharpKeywordstemp["checked"] = obj; 2406cSharpKeywordstemp["class"] = obj; 2407cSharpKeywordstemp["const"] = obj; 2408cSharpKeywordstemp["continue"] = obj; 2409cSharpKeywordstemp["decimal"] = obj; 2410cSharpKeywordstemp["default"] = obj; 2411cSharpKeywordstemp["delegate"] = obj; 2412cSharpKeywordstemp["do"] = obj; 2413cSharpKeywordstemp["double"] = obj; 2414cSharpKeywordstemp["else"] = obj; 2415cSharpKeywordstemp["enum"] = obj; 2416cSharpKeywordstemp["event"] = obj; 2417cSharpKeywordstemp["exdouble"] = obj; 2418cSharpKeywordstemp["exfloat"] = obj; 2419cSharpKeywordstemp["explicit"] = obj; 2420cSharpKeywordstemp["extern"] = obj; 2421cSharpKeywordstemp["false"] = obj; 2422cSharpKeywordstemp["finally"] = obj; 2423cSharpKeywordstemp["fixed"] = obj; 2424cSharpKeywordstemp["float"] = obj; 2425cSharpKeywordstemp["for"] = obj; 2426cSharpKeywordstemp["foreach"] = obj; 2427cSharpKeywordstemp["goto"] = obj; 2428cSharpKeywordstemp["if"] = obj; 2429cSharpKeywordstemp["implicit"] = obj; 2430cSharpKeywordstemp["in"] = obj; 2431cSharpKeywordstemp["int"] = obj; 2432cSharpKeywordstemp["interface"] = obj; 2433cSharpKeywordstemp["internal"] = obj; 2434cSharpKeywordstemp["is"] = obj; 2435cSharpKeywordstemp["lock"] = obj; 2436cSharpKeywordstemp["long"] = obj; 2437cSharpKeywordstemp["namespace"] = obj; 2438cSharpKeywordstemp["new"] = obj; 2439cSharpKeywordstemp["null"] = obj; 2440cSharpKeywordstemp["object"] = obj; 2441cSharpKeywordstemp["operator"] = obj; 2442cSharpKeywordstemp["out"] = obj; 2443cSharpKeywordstemp["override"] = obj; 2444cSharpKeywordstemp["private"] = obj; 2445cSharpKeywordstemp["protected"] = obj; 2446cSharpKeywordstemp["public"] = obj; 2447cSharpKeywordstemp["readonly"] = obj; 2448cSharpKeywordstemp["ref"] = obj; 2449cSharpKeywordstemp["return"] = obj; 2450cSharpKeywordstemp["sbyte"] = obj; 2451cSharpKeywordstemp["sealed"] = obj; 2452cSharpKeywordstemp["short"] = obj; 2453cSharpKeywordstemp["sizeof"] = obj; 2454cSharpKeywordstemp["static"] = obj; 2455cSharpKeywordstemp["string"] = obj; 2456cSharpKeywordstemp["struct"] = obj; 2457cSharpKeywordstemp["switch"] = obj; 2458cSharpKeywordstemp["this"] = obj; 2459cSharpKeywordstemp["throw"] = obj; 2460cSharpKeywordstemp["true"] = obj; 2461cSharpKeywordstemp["try"] = obj; 2462cSharpKeywordstemp["typeof"] = obj; 2463cSharpKeywordstemp["uint"] = obj; 2464cSharpKeywordstemp["ulong"] = obj; 2465cSharpKeywordstemp["unchecked"] = obj; 2466cSharpKeywordstemp["unsafe"] = obj; 2467cSharpKeywordstemp["ushort"] = obj; 2468cSharpKeywordstemp["using"] = obj; 2469cSharpKeywordstemp["virtual"] = obj; 2470cSharpKeywordstemp["void"] = obj; 2471cSharpKeywordstemp["while"] = obj; 7043namespaces[nameNs] = 1; 7045namespaces[elementNs] = 1; 7382namespaces[ns] = 1; 7385namespaces[extendsNs] = 1; 7416namespaces[ns] = 1;
metadata\wsdlwriter.cs (4)
140_typeToServiceEndpoint[serviceTypes[i].ObjectType.Name] = serviceEndpoints; 246_typeToInteropNS[type] = xns; 1493_typeToServiceEndpoint[lbaseType.Name] = _typeToServiceEndpoint[ltype.Name]; 2866usedNames[xns.Prefix] = null;
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeGenerator.cs (1)
310LocalNames[local] = name;
System\Runtime\Serialization\DataContractSet.cs (1)
297SurrogateDataTable[key] = surrogateData;
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
529typeNameCache[type] = typeInformation;
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
278dataContractTypeCache[key] = dataContractTypeInfo;
System.ServiceModel (10)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
231createGenericTaskDelegateCache[taskResultType] = createTaskDelegate;
System\ServiceModel\Description\MessageContractImporter.cs (3)
908references[soap] = wsdl; 913references[soap] = soap; 917references[soapEncoding] = soapEncoding;
System\ServiceModel\Description\MetadataSet.cs (2)
1014_tmp[@"System.ServiceModel.Description.MetadataSet:http://schemas.xmlsoap.org/ws/2004/09/mex:Metadata:True:"] = @"Read68_Metadata"; 1028_tmp[@"System.ServiceModel.Description.MetadataSet:http://schemas.xmlsoap.org/ws/2004/09/mex:Metadata:True:"] = @"Write68_Metadata";
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
220LocalNames[local] = name;
System\ServiceModel\Security\TimeBoundedCache.cs (3)
129this.entries[key] = item; 137this.entries[key] = item; 175this.entries[key] = new ExpirableItem(item, expirationTime);
System.ServiceModel.Internals (2)
System\Runtime\Collections\HopperCache.cs (2)
105this.strongHopper[key] = value; 204this.outstandingHopper[key] = origValue;
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\NameValueCache.cs (1)
57cache[key] = value;
System.Transactions (3)
System\Transactions\TransactionManager.cs (1)
676promotedTransactionTable[oletx.Identifier] = weakRef;
System\Transactions\TransactionState.cs (2)
3002promotedTransactionTable[distributedTx.Identifier] = weakRef; 4142promotedTransactionTable[tx.PromotedTransaction.Identifier] = weakRef;
System.Web (136)
Cache\CacheEntry.cs (3)
383h[dependency] = dependency; 387h[_onRemovedTargets] = _onRemovedTargets; 388h[dependency] = dependency;
Compilation\AssemblyBuilder.cs (2)
230_buildProviderToSourceFileMap[buildProvider] = generatedFilePath; 475_buildProviders[hashtableKey] = buildProvider;
Compilation\BuildManager.cs (2)
1802_localResourcesAssemblies[virtualDir] = null; 1844_localResourcesAssemblies[virtualDir] = resourceAssembly;
Compilation\BuildProvidersCompiler.cs (2)
532depth[curnode] = -1; // being computed; 535depth[curnode] = maxdepth;
Compilation\BuildResultCache.cs (1)
108_dependentAssemblies[assemblyName.Name] = dependentList;
Compilation\ProfileBuildProvider.cs (1)
141groups[grpName] = ((string)groups[grpName]) + ";" + property.Name;
Compilation\TimeStampChecker.cs (2)
55_timeStamps[virtualPath] = DateTime.MaxValue; 61_timeStamps[virtualPath] = lastWriteTimeUtc;
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
368loopCheck[currentId] = currentId;
Configuration\BrowserCapabilitiesFactoryBase.cs (1)
155values[String.Empty] = HttpCapabilitiesDefaultProvider.GetUserAgent(request);
Configuration\CompilationSection.cs (6)
538compilerLanguages[language] = compiler; 542_compilerExtensions[extension] = compiler; 566_compilerExtensions[extension] = compilerType; 585_compilerExtensions[extension] = compilerType; 618_compilerLanguages[language] = compilerType; 635_compilerLanguages[language] = compilerType;
Configuration\HealthMonitoringSectionHelper.cs (3)
309_customEvaluatorInstances[ruleInfo._customEvaluatorType] = HttpRuntime.CreatePublicInstanceByWebObjectActivator(ruleInfo._customEvaluatorType); 443_cachedMatchedRulesForCustomEvents[customWebEventKey] = matchedRules; 568_instances[providerName] = provider;
Configuration\HttpCapabilitiesBase.cs (3)
269AdapterTypes[controlType] = s_nullAdapterSingleton; 279AdapterTypes[controlType] = adapterType; 318_controlAdapterFactoryTable[adapterType] = factory;
Configuration\HttpCapabilitiesEvaluator.cs (1)
156_variables[variable] = true;
Configuration\NamespaceCollection.cs (1)
112_namespaceEntries[ni.Namespace] = namespaceEntry;
Configuration\PagesSection.cs (3)
713tagNamespaceRegisterEntries[entry.TagPrefix] = new ArrayList(new object[] { entry }); 732userControlRegisterEntries[ucRegisterEntry.Key] = ucRegisterEntry; 741tagNamespaceRegisterEntries[tpi.TagPrefix] = entries;
Configuration\ProtocolsConfiguration.cs (1)
65_protocolEntries[id] = new ProtocolsConfigurationEntry(
Configuration\RegexWorker.cs (1)
106_groups[groups[i]] = match.Groups[i].Value;
Configuration\TagMapCollection.cs (1)
94tagMappings[tagType] = mappedTagType;
Configuration\TransformerInfoCollection.cs (1)
134_transformerEntries[ti.Name] = transformerType;
Configuration\WebControlsSection.cs (1)
50runtimeHashTable[prop.Name] = base[prop];
FileChangesMonitor.cs (4)
205s_interned[interned] = interned; 1738_aliases[alias] = fileMon; 1874_aliases[alias] = fileMon; 2024_subDirDirMons[dirRoot] = dirMonSubDir;
Handlers\TraceHandler.cs (2)
366indentLevels["ROOT"] = 0; 378indentLevels[control] = indent + 1;
Hosting\HostingEnvironment.cs (2)
760_wellKnownObjects[key] = obj; 886_registeredObjects[obj] = obj;
Hosting\MapPathBasedVirtualPathProvider.cs (2)
289_exclude[subdir] = subdir; 303_virtualPaths[subdir] = new MapPathBasedVirtualDirectory(subpath.VirtualPathString);
Hosting\ProcessHost.cs (1)
480_protocolHandlers[protocolId] = protocolHandler;
HttpApplication.cs (4)
1994_moduleIndexMap[moduleName] = moduleIndex; 2681_handlerFactories[mapping.Type] = entry; 2691_handlerFactories[type] = entry; 3006_table[eventId] = asyncHandler;
HttpRuntime.cs (1)
3482s_factoryCache[type] = factory;
Management\WebEvents.cs (1)
459s_customEventCodeOccurrence[_code] = ceco;
Profile\ProfileInfo.cs (1)
159_Hashtable[profileInfo.UserName] = iter;
UI\BaseTemplateParser.cs (1)
349newTable[entry.Key] = ((ArrayList)entry.Value).Clone();
UI\ChtmlTextWriter.cs (13)
36_globalSuppressedAttributes["onclick"] = true; 37_globalSuppressedAttributes["ondblclick"] = true; 38_globalSuppressedAttributes["onmousedown"] = true; 39_globalSuppressedAttributes["onmouseup"] = true; 40_globalSuppressedAttributes["onmouseover"] = true; 41_globalSuppressedAttributes["onmousemove"] = true; 42_globalSuppressedAttributes["onmouseout"] = true; 43_globalSuppressedAttributes["onkeypress"] = true; 44_globalSuppressedAttributes["onkeydown"] = true; 45_globalSuppressedAttributes["onkeyup"] = true; 69_recognizedAttributes[elementName] = eltAttributes; 125_suppressedAttributes[elementName] = eltAttributes; 132_recognizedAttributes[elementName] = eltAttributes;
UI\ControlBuilder.cs (4)
1671s_controlBuilderFactoryCache[typeof(Content)] = new ContentBuilderInternalFactory(); 1672s_controlBuilderFactoryCache[typeof(ContentPlaceHolder)] = new ContentPlaceHolderBuilderFactory(); 1706s_controlBuilderFactoryCache[type] = factory; 1998s_parseChildrenAttributeCache[controlType] = pca;
UI\DataBindingCollection.cs (3)
137bindings[binding.PropertyName] = binding; 160removedBindings[s] = String.Empty; 210RemovedBindingsTable[propertyName] = String.Empty;
UI\ExpressionBindingCollection.cs (3)
137bindings[binding.PropertyName] = binding; 160removedBindings[s] = String.Empty; 217RemovedBindingsTable[propertyName] = String.Empty;
UI\FilterableAttribute.cs (1)
111_filterableTypes[type] = result;
UI\SupportsEventValidationAttribute.cs (1)
43_typesSupportsEventValidation[type] = supportsEventValidation;
UI\TagNameToTypeMapper.cs (2)
268_tagNamespaceRegisterEntries[entry.TagPrefix] = new ArrayList(new object[] { entry }); 375_userControlRegisterEntries[ucRegisterEntry.TagPrefix + ":" + ucRegisterEntry.TagName] = ucRegisterEntry;
UI\TemplateControl.cs (1)
422_eventListCache[GetType()] = o;
UI\TemplateParser.cs (1)
2331_namespaceEntries[ns] = namespaceEntry;
UI\ThemeableAttribute.cs (1)
102_themeableTypes[type] = result;
UI\ViewStateModeByIdAttribute.cs (1)
26_viewStateIdTypes[type] = (attr != null);
UI\WebControls\WebColorConverter.cs (27)
137t["activeborder"] = Color.FromKnownColor(KnownColor.ActiveBorder); 138t["activecaption"] = Color.FromKnownColor(KnownColor.ActiveCaption); 139t["appworkspace"] = Color.FromKnownColor(KnownColor.AppWorkspace); 140t["background"] = Color.FromKnownColor(KnownColor.Desktop); 141t["buttonface"] = Color.FromKnownColor(KnownColor.Control); 142t["buttonhighlight"] = Color.FromKnownColor(KnownColor.ControlLightLight); 143t["buttonshadow"] = Color.FromKnownColor(KnownColor.ControlDark); 144t["buttontext"] = Color.FromKnownColor(KnownColor.ControlText); 145t["captiontext"] = Color.FromKnownColor(KnownColor.ActiveCaptionText); 146t["graytext"] = Color.FromKnownColor(KnownColor.GrayText); 147t["highlight"] = Color.FromKnownColor(KnownColor.Highlight); 148t["highlighttext"] = Color.FromKnownColor(KnownColor.HighlightText); 149t["inactiveborder"] = Color.FromKnownColor(KnownColor.InactiveBorder); 150t["inactivecaption"] = Color.FromKnownColor(KnownColor.InactiveCaption); 151t["inactivecaptiontext"] = Color.FromKnownColor(KnownColor.InactiveCaptionText); 152t["infobackground"] = Color.FromKnownColor(KnownColor.Info); 153t["infotext"] = Color.FromKnownColor(KnownColor.InfoText); 154t["menu"] = Color.FromKnownColor(KnownColor.Menu); 155t["menutext"] = Color.FromKnownColor(KnownColor.MenuText); 156t["scrollbar"] = Color.FromKnownColor(KnownColor.ScrollBar); 157t["threeddarkshadow"] = Color.FromKnownColor(KnownColor.ControlDarkDark); 158t["threedface"] = Color.FromKnownColor(KnownColor.Control); 159t["threedhighlight"] = Color.FromKnownColor(KnownColor.ControlLight); 160t["threedlightshadow"] = Color.FromKnownColor(KnownColor.ControlLightLight); 161t["window"] = Color.FromKnownColor(KnownColor.Window); 162t["windowframe"] = Color.FromKnownColor(KnownColor.WindowFrame); 163t["windowtext"] = Color.FromKnownColor(KnownColor.WindowText);
UI\WebParts\WebPartManager.cs (6)
1899displayTitles[part] = title; 1906titles[title] = parts; 1907displayTitles[part] = CreateDisplayTitle(title, part, 0); 1913displayTitles[firstPart] = CreateDisplayTitle(title, firstPart, 1); 1915displayTitles[part] = CreateDisplayTitle(title, part, count + 1); 2328ConnectionPointsCache[connectionPointKey] = connectionPoints;
UI\WebParts\WebPartTransformerAttribute.cs (1)
74transformerCache[transformerType] = types;
UI\XhtmlTextWriter.cs (10)
58_suppressCommonAttributes["head"] = true; // common attributes are disallowed for this elt. 60_suppressCommonAttributes["html"] = true; // common attributes are disallowed for this elt. 62_suppressCommonAttributes["title"] = true; // common attributes are disallowed for this elt. 68_suppressCommonAttributes["br"] = true; 106_suppressCommonAttributes["meta"] = true; // common attributes are disallowed for this elt. 114_suppressCommonAttributes["base"] = true; // common attributes are disallowed for this elt. 129_suppressCommonAttributes["style"] = true; // common attributes are disallowed for this elt. 145_elementSpecificAttributes[elementName] = eltAttributes; 197_elementSpecificAttributes[elementName] = eltAttributes; 208_suppressCommonAttributes[elementName] = true;
Util\FastPropertyAccessor.cs (3)
345s_accessorCache[cacheKey] = accessor; 367s_accessorCache[cacheKey] = accessor; 370s_accessorCache[declaringTypeCacheKey] = accessor;
Util\SimpleRecyclingCache.cs (1)
46_hashtable[key] = value;
XmlSiteMapProvider.cs (1)
498ChildProviderTable[childProvider] = newNode;
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
61_Indices[key] = ((int)_Indices[key]) - 1;
System.Web.DataVisualization (12)
Common\Borders3D\Borders3D.cs (2)
668 registeredBorderTypes[name] = borderType; 688 _createdBorderTypes[name] =
Common\ChartTypes\ChartTypeRegistry.cs (2)
198 registeredChartTypes[name] = chartType; 228 _createdChartTypes[name] =
Common\DataManager\DataPoint.cs (3)
3051properties[name] = propertyValue; 3238properties[name] = value; 4776 newAttributes[values[0]] = newValue.Replace("\\x46", "=");
Common\Formulas\FormulaRegistry.cs (2)
102 registeredModules[name] = moduleType; 137 _createdModules[name] =
Common\Utilities\ImageLoader.cs (1)
335_imageData[imageURL] = image;
WebForm\General\ChartHttpHandler.cs (2)
1513_storageData[key] = data; 1516_storageData[key + _privacyKeyName] = privacyKey;
System.Web.DynamicData (2)
DynamicData\MetaModel.cs (1)
632s_tableByEntityType[entityType] = table;
DynamicData\Util\TemplateFactory.cs (1)
103_fieldTemplateVirtualPathCache[cacheKey] = value;
System.Web.Extensions (16)
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (2)
741_tmp[@"System.Web.Compilation.WCFModel.DataSvcMapFileImpl:urn:schemas-microsoft-com:xml-dataservicemap:ReferenceGroup:True:"] = @"Read9_ReferenceGroup"; 752_tmp[@"System.Web.Compilation.WCFModel.DataSvcMapFileImpl:urn:schemas-microsoft-com:xml-dataservicemap:ReferenceGroup:True:"] = @"Write9_ReferenceGroup";
Compilation\XmlSerializer\SvcMapFileSerializer.cs (2)
1466_tmp[@"System.Web.Compilation.WCFModel.SvcMapFileImpl:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:"] = @"Read16_ReferenceGroup"; 1477_tmp[@"System.Web.Compilation.WCFModel.SvcMapFileImpl:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:"] = @"Write16_ReferenceGroup";
Globalization\ClientCultureInfo.cs (1)
132cultureScriptBlockCache[key] = cached;
Script\Services\ClientProxyGenerator.cs (3)
397_ensuredObjectParts[name] = null; 414_registeredNamespaces[ns] = null; 441_ensuredObjectParts[fullPath] = null;
Script\Services\WebServiceData.cs (1)
372_processedTypes[t] = null;
UI\AssemblyCache.cs (2)
51_versionCache[assembly] = version; 68_assemblyCache[assemblyName] = assembly;
UI\ScriptManager.cs (1)
2074_initialState[key] = value;
UI\ScriptReference.cs (1)
323_scriptPathCache[key] = scriptPath;
UI\TargetControlTypeCache.cs (1)
20_targetControlTypeCache[extenderControlType] = types;
UI\WebControls\QueryableDataSourceView.cs (1)
594_originalValues[p.Name] = values;
UI\WebResourceUtil.cs (1)
59_assemblyContainsWebResourceCache[key] = assemblyContainsWebResource;
System.Web.Mobile (13)
Mobile\DeviceFilterDictionary.cs (3)
53_delegateEvaluators[delegateName] = evaluator; 79alreadyReferencedDelegates[nextDelegateName] = null; 88_comparisonEvaluators[delegateName] = new ComparisonEvaluator(comparisonName,
UI\MobileControls\Design\Converters\FontNameConverter.cs (1)
86hash[name.ToLower(CultureInfo.InvariantCulture)] = name;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
691_specialProp_buffer[property.Name] = property.GetValue(_underlyingObject);
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
146filterTable[filterName] = true;
UI\MobileControls\FactoryGenerator.cs (1)
192_factoryTable[type] = factory;
UI\MobileControls\IndividualDeviceConfig.cs (2)
104_controlAdapterTypes[controlType] = FactoryGenerator.StaticFactoryGenerator.GetFactory(adapterType); 249_controlAdapterLookupCache[originalControlType] = factory;
UI\MobileControls\MobilePage.cs (1)
400_clientViewState[id] = viewState;
UI\MobileControls\Style.cs (3)
414stylesEncountered[style] = true; 725stylesEncountered[referredStyle] = true; 764stylesEncountered[referredStyle] = true;
System.Web.Services (32)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
274ExportContext[methodKey] = delegateInfo;
System\Web\Services\Description\ProtocolImporter.cs (1)
274else if (binding != null) unsupportedBindings[binding] = binding;
System\Web\Services\Description\ProtocolReflector.cs (1)
289bindings[reflectedBinding.bindingAttr.Name] = method;
System\Web\Services\Description\ServiceDescriptionImporter.cs (3)
303namespaces[ns.Name] = new ImportContext(new CodeIdentifiers(), true); 422references[ServiceDescription.Schema] = ServiceDescription.Schema; 426references[ServiceDescription.SoapEncodingSchema] = ServiceDescription.SoapEncodingSchema;
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
140actions[action] = operation; 149requestElements[requestElement] = operation;
System\Web\Services\Description\SoapProtocolImporter.cs (1)
959ExportContext[methodKey] = delegateInfo;
System\Web\Services\Description\SoapProtocolReflector.cs (3)
42ReflectionContext[typeof(SoapReflectionImporter)] = soapImporter; 53ReflectionContext[typeof(SoapSchemaExporter)] = soapExporter; 63ReflectionContext[Method] = soapMethod;
System\Web\Services\Description\WebCodeGenerator.cs (1)
76names[name.Substring(0, dot)] = types[i];
System\Web\Services\Description\WebServicesInteroperability.cs (3)
376wireSignatures[key] = string.Empty; 380wireSignatures[key] = wire; 692violations[violation.NormativeStatement] = violation;
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (5)
76Adsi[nameAdsiDir] = vdir; 83Adsi[obj.Path] = obj; 103Adsi[dir] = vdir; 152Adsi[obj.Path] = obj; 218webApps[key] = result;
System\Web\Services\Discovery\SchemaReference.cs (1)
119loadedExternals[location] = external.Schema;
System\Web\Services\Protocols\ClientProtocol.cs (1)
39cache[key] = value;
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
331attributes[type] = attrForType;
System\Web\Services\Protocols\RequestResponse.cs (1)
545t[s.Substring(2)] = s[0]; // 1st char is the code, 2nd '-'
System\Web\Services\Protocols\SoapReflector.cs (2)
479headerTypes[soapHeader.headerType] = direction | prevDirection; 482headerTypes[soapHeader.headerType] = direction;
System\Web\Services\Protocols\SoapServerProtocol.cs (4)
172methods[soapMethod.action] = serverMethod; 179duplicateMethods[soapMethod.action] = serverMethod; 183methods[soapMethod.requestElementName] = serverMethod; 190duplicateMethods[soapMethod.requestElementName] = serverMethod;
System\Web\Services\WebMethodAttribute.cs (1)
314unique[signature] = methods[i];
System.Windows.Forms (46)
misc\DebugHandleTracker.cs (1)
122handleTypes[handleName] = type;
misc\WeakHashtable.cs (1)
53this[new EqualityWeakReference(key)] = value;
winforms\Managed\System\Resources\ResXDataNode.cs (3)
942cachedAssemblies[name] = result; 950cachedAssemblies[name] = result; 1057cachedTypes[name] = result;
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
693cachedAliases[alias] = name;
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
391cachedAliases[assemblyName.FullName] = aliasName;
winforms\Managed\System\WinForms\Application.cs (1)
2405contextHash[id] = this;
winforms\Managed\System\WinForms\AxHost.cs (2)
4890fontTable[font] = fdesc; 6906bag[pszPropName] = pVar;
winforms\Managed\System\WinForms\BindingContext.cs (1)
165listManagers[GetKey(dataSource, "")] = new WeakReference(listManager, false);
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
972savedcheckedItems[i] = CheckedItems.GetCheckedState(i);
winforms\Managed\System\WinForms\ComboBox.cs (2)
4840base[key] = itemAccessibleObject; 4847base[key] = value;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
276handlers[t] = handler;
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
264processedLibraries[typeGuid] = new CachedProperties(props, i == 0 ? defaultProp : -1, versions[0], versions[1]); 861builtEnums[enumName] = t; 1106queuedTypes[t] = queue;
winforms\Managed\System\WinForms\Control.cs (1)
18817bag[pszPropName] = pVar;
winforms\Managed\System\WinForms\DataObject.cs (1)
2178this.data[format] = new DataStoreEntry(data, autoConvert);
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
539controlError[errBindings[j].Control] = outputError; 749items[control] = item; 763windows[parent] = window;
winforms\Managed\System\WinForms\HelpProvider.cs (4)
265helpStrings[ctl] = helpString; 282keywords[ctl] = keyword; 305navigators[ctl] = navigator; 347boundControls[ctl] = ctl;
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1321eventTypes[objType] = objType; 4215designerSelections[designerHost.GetHashCode()] = selectedViewTab; 4736viewTabProps[tabName] = peMain;
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
142categoryStates[this.name] = value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6421base[key] = itemAccessibleObject; 6428base[key] = value;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
320 bins[category] = bin;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1759tools[key] = tool;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1220_dictionary[key] = value;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
495owner.Shortcuts[value] = this; 1039Owner.Shortcuts[shortcut] = this;
winforms\Managed\System\WinForms\ToolTip.cs (6)
1006created[ctl] = ctl; 1458tools[control] = info; 2038tools[tool] = tt; 2062tools[tool] = tt; 2065owners[hWnd] = win; 2541tools[control] = tt;
winforms\Managed\System\WinForms\TreeNode.cs (1)
1720tv.nodeTable[handle] = this;
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1069themeHandles[className] = tHandle;
System.Windows.Forms.DataVisualization (10)
Common\Borders3D\Borders3D.cs (2)
668 registeredBorderTypes[name] = borderType; 688 _createdBorderTypes[name] =
Common\ChartTypes\ChartTypeRegistry.cs (2)
198 registeredChartTypes[name] = chartType; 228 _createdChartTypes[name] =
Common\DataManager\DataPoint.cs (3)
3051properties[name] = propertyValue; 3238properties[name] = value; 4776 newAttributes[values[0]] = newValue.Replace("\\x46", "=");
Common\Formulas\FormulaRegistry.cs (2)
102 registeredModules[name] = moduleType; 137 _createdModules[name] =
Common\Utilities\ImageLoader.cs (1)
335_imageData[imageURL] = image;
System.Workflow.Activities (5)
Common\CompModHelpers.cs (1)
1031typeNames[key] = value;
CorrelationValidator.cs (2)
518paramTypes[paramName] = paramType; 556paramTypes[paramName] = paramType;
Rules\Helpers.cs (2)
239cloneableOrNullRulesResources[workflowType] = originalRules; 246uncloneableRulesResources[workflowType] = null;
System.Workflow.ComponentModel (33)
AuthoringOM\Activity.cs (2)
1152ContextIdToActivityMap[deserializedActivityRoot.ContextId] = deserializedActivityRoot; 1199ContextIdToActivityMap[activityRoot.ContextId] = activityRoot;
AuthoringOM\ActivityExecutor.cs (3)
192typeToExecutorMapping[activityExecutorsObjects[index].GetType()] = activityExecutorsObjects[index]; 200executors[activityType] = activityExecutors; 224typeToExecutorMapping[executorType] = Activator.CreateInstance(executorType);
AuthoringOM\Behaviors\ExceptionHandlers.cs (2)
184exceptionTypes[catchType] = 1; 194exceptionTypes[catchType] = 2;
AuthoringOM\Bind.cs (1)
966this.activityBinds[activity] = new List<ActivityBind>();
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
60this.hashOfGenerators[type] = generators;
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
635this.boundedTypes[typeArgs] = returnType;
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (12)
61rawAssemblyLoaders[assembly] = new AssemblyLoader(this, assembly, this.localAssembly == assembly); 67this.typeLoadErrors[assembly.FullName] = e; 404this.typeLoadErrors[dictionaryEntry.Key] = e; 432this.typeLoadErrors[dictionaryEntry.Key] = e; 525this.typeLoadErrors[dictionaryEntry.Key] = e; 553this.typeLoadErrors[dictionaryEntry.Key] = e; 836this.assemblyLoaders[path] = loader; 840this.typeLoadErrors[path] = e; 858this.compileUnitLoaders[codeCompileUnit] = loader; 866this.typeLoadErrors[codeCompileUnit] = e; 893this.typeLoadErrors[entry.Value] = e; 917this.designTimeTypes[typeName] = type;
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
71this.hashOfValidators[type] = validators;
AuthoringOM\Design\DesignerHelpers.cs (1)
1332visitedComponents[component.GetHashCode()] = component;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
463assemblyNodes[type.Assembly] = node;
AuthoringOM\Design\PropertyDescriptors.cs (5)
188newProperties[key] = new NamePropertyDescriptor(serviceProvider, propDesc); 190newProperties[key] = new IDPropertyDescriptor(serviceProvider, propDesc); 196newProperties[key] = new ActivityBindPropertyDescriptor(serviceProvider, propDesc, propertyOwner); 200newProperties[key] = new TypePropertyDescriptor(serviceProvider, propDesc); 204newProperties[key] = new DynamicPropertyDescriptor(serviceProvider, propDesc);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
428this.createdServices[serviceType] = createdService;
Shared\CompModHelpers.cs (1)
1029typeNames[key] = value;
Shared\XomlSerializationHelpers.cs (1)
463dynamicEvents[eventName] = value;
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
342channelProperties["name"] = string.Empty; 343channelProperties["portName"] = this.programId.ToString(); 346channelProperties["authorizedGroup"] = idRef.ToString();
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
1319requestContextsCache[keyValue] = requestContext;
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
136this.endpointMappings[cacheAddress] = new KeyValuePair<string, Type>(endpointName, contractType);
System.Xml (51)
System\Xml\Schema\NamespaceList.cs (4)
44set[string.Empty] = string.Empty; 47set[targetNamespace] = targetNamespace; 51set[splitString[i]] = splitString[i]; 173nslist.set[ns] = ns;
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (2)
75Names[name] = null; 105Names[name] = extension;
System\Xml\Serialization\Compilation.cs (6)
298scopeTable[mapping.Scope] = mapping; 312assemblies[name] = a; 400serializers[xmlMappings[i].Key] = readerCodeGen.GenerateTypedSerializer(readMethodNames[i], writeMethodNames[i], xmlMappings[i], classes, baseSerializer, readerClass, writerClass); 418scopeTable[mapping.Scope] = mapping; 503serializers[xmlMappings[i].Key] = readerCodeGen.GenerateTypedSerializer(readMethodNames[i], writeMethodNames[i], xmlMappings[i], classes, baseSerializer, readerClass, writerClass); 719cache[key] = assembly;
System\Xml\Serialization\Compiler.cs (4)
53types[type] = type; 93imports[originalAssembly] = originalAssembly.Location; 96imports[assembly] = assembly.Location; 105imports[assembly] = assembly.Location;
System\Xml\Serialization\ImportContext.cs (5)
136ObjectCache[key] = list; 163Hash[o1] = GetHash(o1); 176refs[o] = o; 220looks[o] = hashString; 222Hash[o] = code;
System\Xml\Serialization\NameTable.cs (3)
51table[new NameKey(qname.Name, qname.Namespace)] = value; 59table[new NameKey(name, ns)] = value; 67table[new NameKey(name, ns)] = value;
System\Xml\Serialization\XmlReflectionImporter.cs (6)
612anonymous[type] = mapping; 663anonymous[model.Type] = mapping; 799ids[member.SequenceId] = member; 984anonymous[model.Type] = mapping; 991anonymous[model.Type] = mapping; 1058anonymous[model.Type] = mapping;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
865references[mapping] = mapping; 910references[mapping] = null;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1236ImportedMappings[type] = arrayMapping;
System\Xml\Serialization\XmlSchemas.cs (1)
156References[schema] = schema;
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (1)
201uniqueTypes[type] = type;
System\Xml\Serialization\XmlSerializationILGen.cs (1)
232uniqueTypes[type] = type;
System\Xml\Serialization\XmlSerializationReader.cs (6)
1443referencedTargets[o] = o; 1758callbacks[typeName] = read; 1759types[typeName] = type; 1760typesReverse[type] = typeName; 2153GeneratedMethods[mapping] = mapping; 2848cases[c.XmlName] = c.XmlName;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
206GeneratedMethods[mapping] = mapping; 1109cases[c.XmlName] = c.XmlName;
System\Xml\Serialization\XmlSerializationWriter.cs (3)
1053typeEntries[type] = entry; 1345GeneratedMethods[mapping] = mapping; 3282tableIsTypeDynamic[type] = oIsTypeDynamic = isTypeDynamic;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
48GeneratedMethods[mapping] = mapping;
System\Xml\Serialization\XmlSerializer.cs (2)
516xmlSerializerTable[type] = typedMappingTable; 545typedMappingTable[mappingKey] = serializers[index];
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
66Namespaces[prefix] = ns;
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
101_hwndTable[hwnd] = eventTable; 107eventTable[key] = eventTable.ContainsKey(key) ? (int)eventTable[key] + 1 : 1; 138eventTable[key] = refcount;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
46_groupManagers[hwnd] = GroupManager.CreateGroupManager(hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
84_expandedMenus[IntPtr.Zero] = new MenuParentInfo(hwnd, item, type); 100_expandedMenus[hwnd] = new MenuParentInfo(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType); 114_expandedMenus[hwnd] = new MenuParentInfo(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType);
WindowsBase (15)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
412_getMethodCache[dp] = (method == null ? _nullMethodSentinel : method); 585_setMethodCache[dp] = (method == null ? _nullMethodSentinel : method);
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
195_attachInfoMap[dp] = info;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
155_typeProperties[_objectType] = properties;
Base\MS\Internal\WeakEventTable.cs (3)
120set { _managerTable[managerType] = value; } 137_eventNameTable[key] = value; 156_dataTable[key] = value;
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (2)
445_transformLookupTable[RightsManagementEncryptionTransform.ClassTransformIdentifier] 447_transformLookupTable[CompressionTransform.ClassTransformIdentifier]
Base\System\Windows\DependencyProperty.cs (2)
313PropertyFromName[key] = dp; 809PropertyFromName[key] = this;
Shared\MS\Utility\FrugalMap.cs (1)
1583_entries[key] = ((value != NullValue) && (value != null)) ? value : NullValue;
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
57_hwndList[subclass] = hwnd;
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
354_loadedAssembliesHash[assemblyNameLookup] = null; 443_loadedAssembliesHash[assemblyShortName] = retassem;
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (3)
119globalProperties["IntermediateOutputPath"] = this.OutputPath; 120globalProperties["AssemblyName"] = this.AssemblyName; 121globalProperties["OutputType"] = "Library";
1346 references to
mscorlib (76)
system\__comobject.cs (2)
86data = m_ObjectToDataMap[key]; 109if (m_ObjectToDataMap[key] == null)
system\collections\dictionarybase.cs (3)
73object currentValue = InnerHashtable[key]; 80Object temp = InnerHashtable[key]; 127Object temp = InnerHashtable[key];
system\collections\hashtable.cs (1)
1437return _table[key];
system\currenttimezone.cs (1)
229DaylightTime result = (DaylightTime)m_CachedDaylightChanges[objYear];
system\diagnostics\logswitch.cs (1)
141return (LogSwitch)Log.m_Hashtable[name];
system\globalization\cultureinfo.cs (3)
1765retval = (CultureInfo)tempNameHT[name + '\xfffd' + altName]; 1773retval = (CultureInfo)tempNameHT[name]; 1794retval = (CultureInfo) tempLcidHT[lcid];
system\globalization\encodingtable.cs (2)
150codePageObj = hashByName[name]; 175dataItem = (CodePageDataItem)hashByCodePage[codepage];
system\reflection\emit\xxxontypebuilderinstantiation.cs (1)
217m = type.m_hashtable[Field] as FieldInfo;
system\resources\resourcemanager.cs (1)
1489String[] installedSatellites = (String[]) _installedSatelliteInfo[MainAssembly.FullName];
system\resources\resourceset.cs (2)
306return copyOfTable[name]; 333return caseTable[name];
system\runtime\remoting\activationservices.cs (1)
407ProxyAttribute pa = _proxyTable[serverType] as ProxyAttribute;
system\runtime\remoting\callcontext.cs (2)
244return Datastore[name]; 579return Datastore[name];
system\runtime\remoting\clientsponsor.cs (1)
69lease = (ILease)sponsorTable[obj];
system\runtime\remoting\configuration.cs (7)
1123ActivatedClientTypeEntry typeEntry = _remoteTypeInfo[index] as ActivatedClientTypeEntry; 1130_remoteAppInfo[typeEntry.ApplicationUrl]; 1148WellKnownClientTypeEntry typeEntry = _remoteTypeInfo[index] as WellKnownClientTypeEntry; 1395RemoteAppEntry appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl]; 1438appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl]; 1504(WellKnownServiceTypeEntry)_wellKnownExportInfo[uriLower]; 1523(WellKnownServiceTypeEntry)_wellKnownExportInfo[uriLower];
system\runtime\remoting\identityholder.cs (5)
186id = ResolveReference(URITable[MakeURIKey(URI)]); 207Identity id = CasualResolveReference(URITable[MakeURIKeyNoLower(uri)]); 209id = CasualResolveReference(URITable[MakeURIKey(uri)]); 529Object o = URITable[uriKey]; 739Object oRef = URITable[uriKey];
system\runtime\remoting\lease.cs (4)
213SponsorStateInfo sponsorStateInfo = (SponsorStateInfo)sponsorTable[sponsorId]; 359SponsorStateInfo sponsorStateInfo = (SponsorStateInfo)sponsorTable[sponsorId]; 400SponsorStateInfo sponsorStateInfo = (SponsorStateInfo)sponsorTable[sponsorId]; 513sponsorStateInfo = (SponsorStateInfo)sponsorTable[sponsorId];
system\runtime\remoting\message.cs (2)
720soapQName.Namespace = (String)keyToNamespaceTable["xmlns"]; 722soapQName.Namespace = (String)keyToNamespaceTable["xmlns"+":"+soapQName.Key];
system\runtime\remoting\remotingconfigparser.cs (3)
1453(RemotingXmlConfigFileData.ChannelEntry)_channelTemplates[entry.Value]; 1630_serverChannelSinkTemplates[entry.Value]; 1635_clientChannelSinkTemplates[entry.Value];
system\runtime\remoting\soap.cs (12)
117FieldEntry field = (FieldEntry)_elements[CreateKey(xmlElement, xmlNamespace)]; 134FieldEntry field = (FieldEntry)_attributes[CreateKey(xmlAttribute, xmlNamespace)]; 246return (Type)_interopXmlElementToType[CreateKey(xmlElement, xmlNamespace)]; 253return (Type)_interopXmlTypeToType[CreateKey(xmlType, xmlTypeNamespace)]; 268XmlToFieldTypeMap map = (XmlToFieldTypeMap)_xmlToFieldTypeMap[containingType]; 293XmlToFieldTypeMap map = (XmlToFieldTypeMap)_xmlToFieldTypeMap[containingType]; 312XmlEntry entry = (XmlEntry)_interopTypeToXmlElement[type]; 344XmlEntry entry = (XmlEntry)_interopTypeToXmlType[type]; 406ArrayList mbTable = (ArrayList)_soapActionToMethodBase[soapAction]; 424String soapAction = (String)_methodBaseToSoapAction[mb]; 454String registeredSoapAction = (String)_methodBaseToSoapAction[mb]; 507ArrayList mbTable = (ArrayList)_soapActionToMethodBase[soapAction];
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
259ObjectMapInfo objectMapInfo = (ObjectMapInfo)objectMapTable[objectName];
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
325cache = (SerObjectInfoCache)serObjectInfoInit.seenBeforeTable[objectType]; 340cache = (SerObjectInfoCache)serObjectInfoInit.seenBeforeTable[objectType];
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1372assemId = (long)assemblyToIdTable[assemblyString];
system\runtime\serialization\objectclonehelper.cs (1)
167object value = fields[fieldName];
system\runtime\serialization\serializationeventscache.cs (2)
190if ((events = (SerializationEvents)cache[t]) == null) 194if ((events = (SerializationEvents)cache[t]) == null)
system\runtime\serialization\serializationobjectmanager.cs (1)
42if (m_objectSeenTable[obj] == null)
system\runtime\serialization\surrogateselector.cs (1)
184ISerializationSurrogate temp = (ISerializationSurrogate)m_surrogates[key];
system\security\accesscontrol\privilege.cs (1)
566throw new PrivilegeNotHeldException( privileges[this.luid] as string );
system\security\permissiontoken.cs (8)
362PermissionToken tok = (PermissionToken)m_handleTable[typePtr]; 370tok = (PermissionToken)m_tokenTable[cls.AssemblyQualifiedName]; 394token = (PermissionToken)m_indexTable[i]; 406object tok = m_handleTable[typePtr]; 410tok = m_tokenTable != null ? m_tokenTable[typeStr] : null; // Assumes asynchronous lookups are safe 418tok = m_tokenTable[typeStr]; // Make sure it wasn't just added 484tok = m_tokenTable != null ? m_tokenTable[typeStr] : null; // Assumes asynchronous lookups are safe 491tok = m_tokenTable[typeStr]; // Make sure it wasn't just added
system\security\policy\policylevel.cs (2)
1298return (string)classes[className]; 1383string className = (string)classes[strAttrValue];
system\text\encoding.cs (2)
442result = (Encoding)encodings[codepage]; 457if ((result = (Encoding)encodings[codepage]) != null)
PresentationBuildTasks (21)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (3)
778Int64 maxIndex = (Int64)_sequenceMaxIds[uidSequence]; 810index = (Int64) _sequenceMaxIds[sequence]; 825index = (Int64) _sequenceMaxIds[sequence];
Framework\System\Windows\Markup\BamlMapTable.cs (2)
1144BamlAssemblyInfoRecord record = ObjectHashTable[fullName] as BamlAssemblyInfoRecord; 1687return ObjectHashTable[key];
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
473targetType = _IDTypes[_setterTargetNameOrConditionSourceName] as Type;
Framework\System\Windows\Markup\XamlTypeMapper.cs (8)
2505_typeLookupFromXmlHashtable[hashString] as TypeAndSerializer; 2545_typeLookupFromXmlHashtable[hashString] as TypeAndSerializer; 3447namespaceMaps = _namespaceMapHashList[xmlNamespace] as NamespaceMapEntry[]; 4123NamespaceMapEntry[] defaultNsMaps = _namespaceMapHashList[XamlReaderHelper.DefaultNamespaceURI] as NamespaceMapEntry[]; 4124NamespaceMapEntry[] definitionNsMaps = _namespaceMapHashList[XamlReaderHelper.DefinitionNamespaceURI] as NamespaceMapEntry[]; 4125NamespaceMapEntry[] definitionMetroNsMaps = _namespaceMapHashList[XamlReaderHelper.DefinitionMetroNamespaceURI] as NamespaceMapEntry[]; 4227return _dpLookupHashtable[dpName] as PropertyAndType; 4244PropertyAndType pAndT = _dpLookupHashtable[dpName] as PropertyAndType;
Framework\System\Windows\Markup\XmlnsCache.cs (2)
110if (_assemblyHasCacheInfo[assemblyName] != null) 112hasCacheInfo = (bool)_assemblyHasCacheInfo[assemblyName];
Shared\System\Windows\Markup\ReflectionHelper.cs (5)
504return (_reflectionOnlyLoadedAssembliesHash.Contains(assemblyNameLookup) && _reflectionOnlyLoadedAssembliesHash[assemblyNameLookup] != null); 509return (Assembly)_reflectionOnlyLoadedAssembliesHash[assemblyNameLookup]; 525Assembly asm = (Assembly)_reflectionOnlyLoadedAssembliesHash[assemblyShortName]; 558if (_contentLoadAssembliesHash[assemblyShortName] != null) 560fLoadContent = (bool)_contentLoadAssembliesHash[assemblyShortName];
PresentationCore (35)
Core\CSharp\MS\Internal\Automation\EventMap.cs (2)
155EventInfo info = (EventInfo)_eventsTable[idEvent]; 182EventInfo info = (EventInfo)_eventsTable[idEvent];
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (2)
101cDP = (int)_propertyTable[dp]; 133int cDP = (int)_propertyTable[dp];
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
47return _hashTable[key];
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (2)
2093PatternInfo info = (PatternInfo)s_patternInfo[patternId]; 2112GetProperty getProperty = (GetProperty)s_propertyInfo[propertyId];
Core\CSharp\System\Windows\DataObject.cs (4)
3850entries = (DataStoreEntry[])_data[baseVar[baseFormatIndex]]; 4050entries = (DataStoreEntry[])_data[format]; 4106datalist = (DataStoreEntry[])this._data[format]; 4131dataStoreEntries = (DataStoreEntry[])_data[format];
Core\CSharp\System\Windows\GlobalEventManager.cs (3)
185object ownerRoutedEventListObj = _ownerTypedRoutedEventList[ownerType]; 229FrugalObjectList<RoutedEvent> ownerRoutedEventList = (FrugalObjectList<RoutedEvent>)_ownerTypedRoutedEventList[ownerType]; 281FrugalObjectList<RoutedEvent> ownerRoutedEventList = (FrugalObjectList<RoutedEvent>)_ownerTypedRoutedEventList[ownerType];
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (3)
50ArrayList elements = (ArrayList)akm._keyToElements[key]; 85ArrayList elements = (ArrayList)akm._keyToElements[key]; 446possibleElements = CopyAndPurgeDead(_keyToElements[key] as ArrayList);
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (1)
80return _dictionary[key];
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
105compartment = _compartmentTable[guid] as TextServicesCompartment; 145compartment = _globalcompartmentTable[guid] as TextServicesCompartment;
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (2)
129language = (XmlLanguage) _cache[lowercase]; 140language = (XmlLanguage) _cache[lowercase];
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
127if (_uriTable[uri] != null) 129entry = (QueueEntry)_uriTable[uri];
Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs (1)
137return table[uri];
Core\CSharp\System\Windows\Media\UniqueEventHelper.cs (8)
34if (_htDelegates[handler] == null) 40int refCount = (int)_htDelegates[handler] + 1; 59if (_htDelegates[handler] != null) 61int refCount = (int)_htDelegates[handler]; 145if (_htDelegates[handler] == null) 151int refCount = (int)_htDelegates[handler] + 1; 170if (_htDelegates[handler] != null) 172int refCount = (int)_htDelegates[handler];
Core\CSharp\System\Windows\UIElement.cs (1)
432LayoutEventList.ListItem item = (LayoutEventList.ListItem)(list[d]);
Shared\MS\Utility\Maps.cs (1)
61return _overFlow[dType];
PresentationFramework (73)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (5)
161SubTreeProcessor processor = (SubTreeProcessor)_subtreeProcessors[processorString]; 170return _subtreeProcessors[DataIdProcessor.Id] as SubTreeProcessor; 189return _locatorPartHandlers[locatorPart.PartType] as SubTreeProcessor; 256processor = _selectionProcessors[selectionType] as SelectionProcessor; 279return _locatorPartHandlers[locatorPart.PartType] as SelectionProcessor;
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
138if (_ZRanges[level] == null) 525level = (int)_ZLevel[type]; 541ZRange range = (ZRange)_ZRanges[level];
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (4)
627ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 653ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 917ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[selection]; 988ComponentsRegister registry = (ComponentsRegister)_documentHandlers[selection];
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
65AccessorInfo info = (AccessorInfo)_table[new AccessorTableKey(sourceValueType, type, name)];
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (3)
560WeakReference weakRef = _nameToGroupMap[key] as WeakReference; 588WeakReference weakRef = _nameToGroupMap[nameKey] as WeakReference; 615WeakReference weakRef = _nameToGroupMap[key] as WeakReference;
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
716object value = base[key];
src\Framework\MS\Internal\Documents\PageCache.cs (1)
1005return (bool)_table[page];
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
221object occurrence = propertyOccurrences[_reader.Name];
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
92return tree[(int)_keyToBamlNodeIndexMap[key]]; 105return tree[(int)_uidToBamlNodeIndexMap[uid]] as BamlStartElementNode; 553return _assemblyNames[(int)_classNameToAssemblyIndex[className]];
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
734node = _tree[(int)_keyToNewBamlNodeIndexMap[key]]; 754node = _tree[(int)_uidToNewBamlNodeIndexMap[uid]] as BamlStartElementNode;
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
599(ContentDescriptor) _xamlElementContentDescriptorDictionary[elementFullName];
src\Framework\MS\Internal\LayoutDump.cs (2)
273dumpElement = _elementToDumpHandler[t] as DumpCustomUIElement; 322dumpDocumentPage = _documentPageToDumpHandler[t] as DumpCustomDocumentPage;
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
66GridViewCellAutomationPeer peer = (oldChildren == null ? null : (GridViewCellAutomationPeer)oldChildren[ele]); 84if (_dataChildren[ele] == null)
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
718SharedSizeState sharedState = _registry[sharedSizeGroup] as SharedSizeState;
src\Framework\System\Windows\Controls\Grid.cs (1)
1365object o = store[key];
src\Framework\System\Windows\Controls\RadioButton.cs (3)
79ArrayList elements = (ArrayList)_groupNameToElements[groupName]; 105ArrayList elements = (ArrayList)_groupNameToElements[groupName]; 147ArrayList elements = (ArrayList)_groupNameToElements[groupName];
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
1689TextAttributeHelper attr = (TextAttributeHelper)_textPatternAttributes[attribute]; 1825return GetAttributeValue((TextAttributeHelper)_textPatternAttributes[attribute]);
src\Framework\System\Windows\Documents\FixedFlowMap.cs (2)
387_cachedEntry = (List<FixedSOMElement>)_mapping[node]; 399entry = (List<FixedSOMElement>)_mapping[fn];
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
111immComposition = (ImmComposition)_list[source];
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (2)
571RtfControlWordInfo cwi = (RtfControlWordInfo)_rtfControlTable[controlName]; 576cwi = (RtfControlWordInfo)_rtfControlTable[controlName];
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3703string mappedName = (string)map[entry.Name.ToLower(CultureInfo.InvariantCulture)]; 3827if (_fontMappings[keyname] == null)
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
252attr = (TextServicesDisplayAttribute)_attributes[guidatom];
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (3)
183if ((int)_uniqueUriRef[uri] != node) 205validResources.Add(uri, validResources[resUri]); 216if (!(bool)validResources[uri])
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2892Hashtable elementTable = _containerHashtable[container] as Hashtable; 2895if (elementTable[elementObject] != null)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
155PropertyInvalidator invalidator = (PropertyInvalidator)invalidatorMap[dp];
src\Framework\System\Windows\Markup\BamlMapTable.cs (4)
1144BamlAssemblyInfoRecord record = ObjectHashTable[fullName] as BamlAssemblyInfoRecord; 1687return ObjectHashTable[key]; 1721tc = _converterCache[typeId] as TypeConverter; 1732tc = _converterCache[type] as TypeConverter;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
1087Assembly assy = _assemblies[assemblyName] as Assembly;
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
343object value = _shouldSerializeCache[key];
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (6)
2281NamespaceMapEntry[] namespaces = (namespaceMaps != null && xmlNamespaceObject != null) ? namespaceMaps[xmlNamespaceObject] as NamespaceMapEntry[] : null; 2505_typeLookupFromXmlHashtable[hashString] as TypeAndSerializer; 2545_typeLookupFromXmlHashtable[hashString] as TypeAndSerializer; 3447namespaceMaps = _namespaceMapHashList[xmlNamespace] as NamespaceMapEntry[]; 4227return _dpLookupHashtable[dpName] as PropertyAndType; 4244PropertyAndType pAndT = _dpLookupHashtable[dpName] as PropertyAndType;
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
187List<NamespaceMapEntry> list = (List<NamespaceMapEntry>)result[key]; 399List<V> list = (List<V>)hashtable[key];
src\Framework\System\Windows\ResourceDictionary.cs (7)
444object oldValue = _baseDictionary[key]; 504object value = _baseDictionary[key]; 541object value = _baseDictionary[key]; 729KeyRecord keyRecord = _baseDictionary[key] as KeyRecord; 769return _baseDictionary[key] as KeyRecord; 839RemoveInheritanceContext(_baseDictionary[key]); 998if (!Object.Equals(_baseDictionary[key], value))
src\Framework\System\Windows\StyleHelper.cs (1)
5408return hashtable[childName];
src\Framework\System\Windows\SystemResources.cs (1)
308resource = _resourceCache[key];
SMSvcHost (3)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
59internal static ActivatedMessageQueue Find(int listenerChannelId) { return listenerChannelIds[listenerChannelId] as ActivatedMessageQueue; }
System\ServiceModel\Activation\TransportListener.cs (2)
183TransportListener t = tcpInstances[endPoint] as TransportListener; 306TransportListener t = tcpInstances[endPoint] as TransportListener;
System (149)
compmod\system\codedom\compiler\CodeDOMProvider.cs (2)
72CompilerInfo compilerInfo = (CompilerInfo)Config._compilerLanguages[language.Trim()]; 81CompilerInfo compilerInfo = (CompilerInfo)Config._compilerExtensions[extension.Trim()];
compmod\system\codedom\compiler\TempFiles.cs (2)
132if (files[fileName] != null) 247object keep = files[fileName];
compmod\system\collections\specialized\hybriddictionary.cs (1)
84return hashtable[key];
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
280return (NameObjectEntry)_entriesTable[key]; 331if (_entriesTable[name] == null)
compmod\system\collections\specialized\ordereddictionary.cs (1)
177return objectsTable[key];
compmod\system\collections\specialized\stringdictionary.cs (1)
74return (string) contents[key.ToLower(CultureInfo.InvariantCulture)];
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
36return (string) contents[key];
compmod\system\componentmodel\AttributeCollection.cs (1)
324return(Attribute)_defaultAttributes[attributeType];
compmod\system\componentmodel\ComponentResourceManager.cs (1)
97resources = (SortedList<string, object>)_resourceSets[culture];
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (3)
83if (savedLicenseKeys == null || savedLicenseKeys[type.AssemblyQualifiedName]==null) { 214Debug.WriteLineIf(RuntimeLicenseContextSwitch.TraceVerbose,"returning : " + (string)savedLicenseKeys[type.AssemblyQualifiedName]); 215return(string)savedLicenseKeys[type.AssemblyQualifiedName];
compmod\system\componentmodel\LicenseManager.cs (2)
160return(LicenseProvider)providers[type]; 173return(LicenseProvider)providerInstances[providerType];
compmod\system\componentmodel\PropertyDescriptor.cs (4)
162EventHandler h = (EventHandler)valueChangedHandlers[component]; 423EventHandler handler = (EventHandler)valueChangedHandlers[component]; 438EventHandler h = (EventHandler)valueChangedHandlers[component]; 456return (EventHandler) valueChangedHandlers[component];
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (19)
350object table = _editorTables[editorBaseType]; 359table = _editorTables[editorBaseType]; 369table = _editorTables[editorBaseType]; 830td = (ReflectedTypeData)_typeData[type]; 838td = (ReflectedTypeData)_typeData[type]; 929Attribute[] attrs = (Attribute[])_attributeCache[type]; 937attrs = (Attribute[])_attributeCache[type]; 973Attribute[] attrs = (Attribute[])_attributeCache[member]; 981attrs = (Attribute[])_attributeCache[member]; 1013EventDescriptor[] events = (EventDescriptor[])_eventCache[type]; 1021events = (EventDescriptor[])_eventCache[type]; 1125ReflectPropertyDescriptor[] extendedProperties = (ReflectPropertyDescriptor[])_extendedPropertyCache[providerType]; 1130extendedProperties = (ReflectPropertyDescriptor[])_extendedPropertyCache[providerType]; 1217PropertyDescriptor[] properties = (PropertyDescriptor[])_propertyCache[type]; 1225properties = (PropertyDescriptor[])_propertyCache[type]; 1332hashEntry = table[baseType]; 1395hashEntry = table[_intrinsicNullableKey]; 1401hashEntry = table[_intrinsicReferenceKey]; 1410hashEntry = table[typeof(object)];
compmod\system\componentmodel\TypeDescriptor.cs (9)
538IList associations = (IList)_associationTable[primary]; 544associations = (IList)_associationTable[primary]; 1301IList associations = (IList)assocTable[primary]; 2224node = (TypeDescriptionNode)_providerTypeTable[searchType]; 2226node = (TypeDescriptionNode)_providerTable[searchType]; 2235node = (TypeDescriptionNode)_providerTable[searchType]; 2299TypeDescriptionNode node = (TypeDescriptionNode)_providerTable[instance]; 2345TypeDescriptionNode head = (TypeDescriptionNode)_providerTable[key]; 3128IList associations = (IList)assocTable[primary];
compmod\system\security\permissions\ResourcePermissionBase.cs (10)
147currentTable = (Hashtable)currentTable[accessPath[index]]; 343object targetValue = contentsTable[currentKey]; 402object targetAnyContent = targetContentTable[Any]; 421else if (!IsContentSubset(currentEntry.Value, targetContentTable[currentContentKey])) { 430object currentLocalMergedContent = MergeContents(currentContentTable[Local], currentContentTable[ComputerName]); 432object targetLocalMergedContent = MergeContents(targetContentTable[Local], targetContentTable[ComputerName]); 533currentTable = (Hashtable)currentTable[accessPath[index]]; 608object currentValue = newContents[targetContentEnumerator.Key];
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
737appDomain = (AppDomain) s_AppDomains[index];
net\System\Net\_HeaderInfoTable.cs (1)
155HeaderInfo tempHeaderInfo = (HeaderInfo)HeaderHashTable[name];
net\System\Net\_SpnDictionary.cs (2)
84return (key != null) ? (SpnToken)m_SyncTable[key] : null; 177SpnToken spnToken = (SpnToken)m_SyncTable[key];
net\System\Net\_SslSessionsCache.cs (3)
139SafeCredentialReference cached = s_CachedCreds[key] as SafeCredentialReference; 167SafeCredentialReference cached = s_CachedCreds[key] as SafeCredentialReference; 173cached = s_CachedCreds[key] as SafeCredentialReference;
net\System\Net\_TimerThread.cs (2)
234WeakReference weakQueue = (WeakReference) s_QueuesCache[durationMilliseconds]; 237weakQueue = (WeakReference) s_QueuesCache[durationMilliseconds];
net\System\Net\ConnectionPoolManager.cs (3)
51ConnectionPool connectionPool = (ConnectionPool) m_ConnectionPools[key]; 82ConnectionPool connectionPool = (ConnectionPool)(m_ConnectionPools[key]); 111ConnectionPool connectionPool = (ConnectionPool)(m_ConnectionPools[key]);
net\System\Net\cookiecontainer.cs (3)
300pathList = (PathList)m_domainTable[cookie.DomainKey]; 405pathList = (PathList) m_domainTable[domain]; 764pathList = (PathList)m_domainTable[domainAttribute[i]];
net\System\Net\CredentialCache.cs (2)
149if (cache[key] is SystemNetworkCredential) { 174if (cacheForHosts[key] is SystemNetworkCredential) {
net\System\Net\HttpListener.cs (2)
719InternalRemovePrefix((string)m_UriPrefixes[uriPrefix]); 1347DisconnectAsyncResult disconnectResult = (DisconnectAsyncResult) DisconnectResults[connectionId];
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
40NTAuthentication clientContext = this.sessions[sessionCookie] as NTAuthentication;
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
40NetworkCredential cachedCredential = sessions[sessionCookie] as NetworkCredential;
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (2)
37NTAuthentication clientContext = this.sessions[sessionCookie] as NTAuthentication; 102clientContext = sessions[sessionCookie] as NTAuthentication;
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
42NTAuthentication clientContext = this.sessions[sessionCookie] as NTAuthentication;
net\System\Net\ServicePoint.cs (1)
206ConnectionGroup entry = m_ConnectionGroupList[lookupStr] as ConnectionGroup;
net\System\Net\ServicePointManager.cs (5)
207int connectionLimit = (int) configTable["*"]; 796WeakReference servicePointReference = s_ServicePointTable[tempEntry] as WeakReference; 810connectionLimit = (int) ConfigTable[schemeHostPort]; 860WeakReference servicePointReference = s_ServicePointTable[tempEntry] as WeakReference; 875connectionLimit = (int) ConfigTable[schemeHostPort];
net\System\Net\SocketPermission.cs (3)
515tmpStr = attributes["host"] as string; 527tmpStr = attributes["transport"] as string; 547tmpStr = attributes["port"] as string;
net\System\Net\UnsafeNativeMethods.cs (1)
2799object index = m_Hashtable[HeaderName];
net\System\Net\webproxy.cs (3)
283Uri proxy = proxyHostAddresses!=null ? proxyHostAddresses[destination.Scheme] as Uri : _ProxyAddress; 379Uri proxy = (Uri) proxyHostAddresses[host.Scheme]; 677proxy = proxyHostAddresses[destination.Scheme] as Uri;
regex\system\text\regularexpressions\Regex.cs (2)
642Object obj = caps[i]; 684Object ret = capnames[name];
regex\system\text\regularexpressions\RegexGroupCollection.cs (1)
120o = _captureMap[groupnum];
regex\system\text\regularexpressions\RegexParser.cs (5)
1053if (IsCaptureSlot(newcapnum) && (_caps == null || (int)_caps[newcapnum] < pos)) 1666int pos = (int)_capnames[name]; 1706next = (int)_capnames[oldcapnamelist[0]]; 1714next = (k == oldcapnamelist.Count) ? -1 : (int)_capnames[oldcapnamelist[k]]; 1729return(int)_capnames[capname];
regex\system\text\regularexpressions\RegexReplacement.cs (1)
60slot = (int)_caps[slot];
regex\system\text\regularexpressions\RegexWriter.cs (1)
205return(Int32)_caps[capnum];
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (1)
97Hashtable switches = (Hashtable) new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode);
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
554LogListeningInfo info = (LogListeningInfo) listenerInfos[compLogName]; 842hModule = MessageLibraries[dllName] as SafeLibraryHandle; 1390LogListeningInfo info = (LogListeningInfo) listenerInfos[compLogName];
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (21)
149string categoryName = (string)this.NameTable[newCategoryEntry.NameIndex]; 339CategoryEntry entry = (CategoryEntry)this.CategoryTable[category]; 342string counterName = (string)this.NameTable[counterIndex]; 614categoryType= (PerformanceCounterCategoryType) this.customCategoryTable[category]; 734CategoryEntry entry = (CategoryEntry)this.CategoryTable[category]; 738return (string)this.HelpTable[entry.HelpIndex]; 761CategoryEntry entry = (CategoryEntry)this.CategoryTable[category]; 799CategoryEntry entry = (CategoryEntry)this.CategoryTable[category]; 809string counterName = (string)this.NameTable[counterIndex]; 857CategoryEntry entry = (CategoryEntry)this.CategoryTable[category]; 866string counterName = (string)this.NameTable[counterIndex]; 879string help = (string)this.HelpTable[helpIndex]; 888return (string)this.NameTable[index]; 933return (PerformanceCounterLib)PerformanceCounterLib.libraryTable[libraryKey]; 1481string counterName = (string)this.library.NameTable[counterIndex]; 1484CounterDefinitionSample sample = (CounterDefinitionSample)this.CounterTable[counterIndex]; 1511string name = (string)library.NameTable[counterIndex]; 1513CounterDefinitionSample sample = (CounterDefinitionSample)this.CounterTable[counterIndex]; 1572int index = (int)categorySample.InstanceNameTable[instanceName]; 1577int baseIndex = (int)baseCategorySample.InstanceNameTable[instanceName]; 1605int baseIndex = (int)baseCategorySample.InstanceNameTable[keys[index]];
services\monitoring\system\diagnosticts\ProcessManager.cs (4)
400ProcessInfo processInfo = (ProcessInfo)processInfos[threadInfo.processId]; 841if (processInfos[processInfo.processId] != null) { 878ProcessInfo processInfo = (ProcessInfo)processInfos[threadInfo.processId]; 997object id = valueIds[counterName];
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
602CategoryData data = (CategoryData) categoryDataTable[categoryName]; 606data = (CategoryData) categoryDataTable[categoryName];
sys\system\configuration\LocalFileSettingsProvider.cs (7)
106SpecialSettingAttribute attr = setting.Attributes[typeof(SpecialSettingAttribute)] as SpecialSettingAttribute; 375string groupName = (string) context["GroupName"]; 376string key = (string) context["SettingsKey"]; 429SettingsManageabilityAttribute manageAttr = setting.Attributes[typeof(SettingsManageabilityAttribute)] as SettingsManageabilityAttribute; 442bool isUser = setting.Attributes[typeof(UserScopedSettingAttribute)] is UserScopedSettingAttribute; 443bool isApp = setting.Attributes[typeof(ApplicationScopedSettingAttribute)] is ApplicationScopedSettingAttribute; 515if (!(sp.Attributes[typeof(NoSettingsVersionUpgradeAttribute)] is NoSettingsVersionUpgradeAttribute)) {
sys\system\configuration\SettingsPropertyCollection.cs (2)
58SettingsProperty toRemove = (SettingsProperty)_Hashtable[name]; 78return _Hashtable[name] as SettingsProperty;
sys\system\configuration\SettingsPropertyValueCollection.cs (3)
65object pos = _Indices[name]; 85_Indices[key] = ((int)_Indices[key]) - 1; 94object pos = _Indices[name];
System.Activities (6)
System\Activities\ActivityUtilities.cs (1)
1384Type argumentType = lookupTable[type] as Type;
System\Activities\Expressions\AssemblyReference.cs (2)
157Assembly assembly = assemblyCache[assemblyName] as Assembly; 234AssemblyName assemblyName = assemblyToAssemblyNameCache[assembly] as AssemblyName;
System\Activities\Tracking\EtwTrackingParticipant.cs (2)
132this.diagnosticTrace = (EtwDiagnosticTrace)diagnosticTraceCache[providerId]; 137this.diagnosticTrace = (EtwDiagnosticTrace)diagnosticTraceCache[providerId];
System\Activities\Tracking\TrackingProvider.cs (1)
253if (this.activitySubscriptions[name] == null)
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
74object baseMember = _baseMemberMap[member]; 159AttributeData attrData = _attributeDataCache[attributeType] as AttributeData;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
39object returnValue = _cachedLookups[type];
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
376attrs = (object[])cache[reflectType]; 393attrs = (object[])cache[iface];
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
34converter = (TypeConverter)converterCache[itemType];
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
376WorkflowDesignerColors.FontAndColorResources[key] = fontAndColorDictionary[key];
System.Configuration (18)
System\Configuration\BaseConfigurationRecord.cs (8)
799factoryRecord = (FactoryRecord) factoryList[configKey]; 2378FactoryRecord factoryRecord = (FactoryRecord) factoryList[configKey]; 2537FactoryRecord factoryRecord = (FactoryRecord) factoryList[configKey]; 3683sectionRecord = (SectionRecord) _sectionRecords[configKey]; 3756factoryRecord = (FactoryRecord) _factoryRecords[configKey]; 4028return (BaseConfigurationRecord) _children[configName]; 4391FactoryRecord factoryRecord = (FactoryRecord)factoryList[RESERVED_SECTION_PROTECTED_CONFIGURATION]; 4417factoryRecord = (FactoryRecord)factoryList[Microsoft_CONFIGURATION_SECTION];
System\Configuration\ConfigurationElement.cs (2)
793ConfigurationPropertyCollection properties = (ConfigurationPropertyCollection)s_propertyBags[type]; 798properties = (ConfigurationPropertyCollection)s_propertyBags[type];
System\Configuration\ConfigurationElementCollection.cs (2)
294InheritedType tp = (InheritedType)Inheritance[entry.GetKey(this)]; 308InheritedType tp = (InheritedType)Inheritance[entry.GetKey(this)];
System\Configuration\MgmtConfigurationRecord.cs (1)
286configSectionGroup = (ConfigurationSectionGroup) _sectionGroups[configKey];
System\Configuration\ProviderCollection.cs (1)
58return _Hashtable[name] as ProviderBase;
System\Configuration\SectionUpdates.cs (4)
58SectionUpdates sectionUpdatesChild = (SectionUpdates) sectionUpdates._groups[groupPart]; 115Update update = (Update) _sections[configKey]; 153return (SectionUpdates) _groups[group]; 185SectionUpdates sectionUpdates = _groups[groupName] as SectionUpdates;
System.Data (118)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
74object baseMember = _baseMemberMap[member]; 159AttributeData attrData = _attributeDataCache[attributeType] as AttributeData;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
39object returnValue = _cachedLookups[type];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
376attrs = (object[])cache[reflectType]; 393attrs = (object[])cache[iface];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
34converter = (TypeConverter)converterCache[itemType];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
376WorkflowDesignerColors.FontAndColorResources[key] = fontAndColorDictionary[key];
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
397object result = __typeToExtendedTypeCodeMap[clrType];
fx\src\data\System\Data\CodeGen\datacache.cs (15)
110string newName = (string)lookupIdentifiers[inVarName]; 130string className = (string) table.ExtendedProperties["typedName"]; 140string className = (string) table.ExtendedProperties["typedBaseClass"]; 142className = (string) table.DataSet.ExtendedProperties["typedBaseClass"]; 156string className = (string) table.ExtendedProperties["typedConcreteClass"]; 168string className = (string)table.ExtendedProperties["typedPlural"]; 170className = (string)table.ExtendedProperties["typedName"]; 186string typedName = (string)table.ExtendedProperties["typedPlural"]; 188typedName = (string)table.ExtendedProperties["typedName"]; 204string typedName = (string) column.ExtendedProperties["typedName"]; 234string typedName = (string) relation.ExtendedProperties["typedChildren"]; 236string arrayName = (string)relation.ChildTable.ExtendedProperties["typedPlural"]; 238arrayName = (string)relation.ChildTable.ExtendedProperties["typedName"]; 255typedName = (string) relation.ExtendedProperties["typedParent"]; 812string nullValue = (string) col.ExtendedProperties["nullValue"];
fx\src\data\System\Data\Common\DbConnectionOptions.cs (10)
182return ADP.IsEmpty((string)_parsetable[KEY.Password]); 185return ADP.IsEmpty((string)_parsetable[SYNONYM.Pwd]); // MDAC 83097 187return ((_parsetable.ContainsKey(KEY.User_ID) && !ADP.IsEmpty((string)_parsetable[KEY.User_ID])) || (_parsetable.ContainsKey(SYNONYM.UID) && !ADP.IsEmpty((string)_parsetable[SYNONYM.UID]))); 216get { return (string)_parsetable[keyword]; } 281object value = _parsetable[keyName]; 307object value = _parsetable[KEY.Integrated_Security]; 332object value = _parsetable[keyName]; 352string value = (string)_parsetable[keyName]; 901string realkeyname = ((null != synonyms) ? (string)synonyms[keyname] : keyname);
fx\src\data\System\Data\Common\DBConnectionString.cs (2)
179get { return (string)_parsetable[keyword]; } 423string realkeyname = ((null != synonyms) ? (string)synonyms[keyname] : keyname); // MDAC 85144
fx\src\data\System\Data\Common\FieldNameLookup.cs (2)
83object value = _fieldNameLookup[fieldName]; 92object value = _fieldNameLookup[fieldName];
fx\src\data\System\Data\DataColumn.cs (1)
1509clone.ExtendedProperties[key] = this.extendedProperties[key];
fx\src\data\System\Data\DataRelation.cs (1)
719clone.ExtendedProperties[key]=this.extendedProperties[key];
fx\src\data\System\Data\DataSet.cs (5)
1156ds.ExtendedProperties[key] = this.extendedProperties[key]; 3513if (importedTypes[type] != null) { 3516return (string)importedTypes[type]; 3650if (importedTypes[element.SchemaType] != null) 3651return (string)importedTypes[element.SchemaType];
fx\src\data\System\Data\DataTable.cs (5)
837row.RowError = (string) rowErrors[rowIndex]; 840ArrayList list = (ArrayList) colErrors[rowIndex]; 2177return ((DataTable)visitedMap[sourceTable]); 2277oldConstraint.ExtendedProperties[key] = clonedConstraint.ExtendedProperties[key]; 2306clone.ExtendedProperties[key]=this.extendedProperties[key];
fx\src\data\System\Data\DataViewSettingCollection.cs (1)
35DataViewSetting dataViewSetting = (DataViewSetting) list[table];
fx\src\data\System\Data\ForeignKeyConstraint.cs (2)
661clone.ExtendedProperties[key]=this.ExtendedProperties[key]; 696clone.ExtendedProperties[key]=this.ExtendedProperties[key];
fx\src\data\System\Data\Merger.cs (1)
536if (!preserveChanges || dst[srcDE.Key] == null)
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (2)
1731object index = hash[name]; 1738index = hash[tmp]; // match via lowercase
fx\src\data\System\Data\SimpleType.cs (1)
262string prefix = (prefixes!=null)?(string) prefixes[baseSimpleType.Namespace]:null;
fx\src\data\System\Data\Sql\sqlser.cs (1)
84Serializer s = (Serializer) m_types2Serializers[t];
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (6)
358_networkLibrary = (string) netlib[networkLibrary]; 783object value = base.Parsetable[KEY.ApplicationIntent]; 804object value = base.Parsetable[KEY.PoolBlockingPeriod]; 825object value = base.Parsetable[KEY.Authentication]; 848object value = base.Parsetable[KEY.ColumnEncryptionSetting]; 869object authValue = base.Parsetable[KEY.Authentication];
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1675bool isTnirExplicitlySpecifiedInConnectionOptions = connectionOptions.Parsetable[SqlConnectionString.KEY.TransparentNetworkIPResolution] != null;
fx\src\data\System\Data\UniqueConstraint.cs (2)
285clone.ExtendedProperties[key]=this.ExtendedProperties[key]; 307clone.ExtendedProperties[key]=this.ExtendedProperties[key];
fx\src\data\System\Data\XmlDataLoader.cs (4)
199return(DataRow) nodeToRowMap[e]; 383if (c.Table == row.Table && c.ColumnMapping != MappingType.Attribute && foundColumns[c] == null) { 420if (c.ColumnMapping == MappingType.Attribute && foundColumns[c] == null) { 430if (foundColumns[c] == null && XmlToDatasetMap.IsMappedColumn(c)) {
fx\src\data\System\Data\XMLDiffLoader.cs (5)
104row = (DataRow)tableBefore.RowDiffId[diffId]; 152row = (DataRow)tableBefore.RowDiffId[diffId]; 185DataRow row = (DataRow)table.RowDiffId[diffId]; 223DataRow row = (DataRow)table.RowDiffId[diffId]; 226row = (DataRow)((DataTable)dt[i]).RowDiffId[diffId];
fx\src\data\System\Data\xmlsaver.cs (23)
386if (autogenerated[fk.Columns[0]] != null) 388if (autogenerated[fk.RelatedColumnsReference[0]] != null) 396if(autogenerated[_constraint] != null) 398if(autogenerated[_constraint.Key.ColumnsReference[0]] != null) 407if (autogenerated[unique.Key.ColumnsReference[0]] != null) 633node.SetAttribute(Keywords.REF, ((string)prefixes[top[i].Namespace])+':'+top[i].EncodedTableName); 643node.SetAttribute(Keywords.REF, ((string)prefixes[top[i].Namespace])+':'+top[i].EncodedTableName); 701_import.SetAttribute(Keywords.XSD_SCHEMALOCATION, fileName + "_" + prefixes[ns] + ".xsd"); 731xw = new XmlTextWriter(filePath + fileName + "_" + prefixes[ns] + ".xsd", null); 742XmlElement tNode = (XmlElement) namespaces[ns] ; 750string prefix = (string) prefixes[imp_ns]; 1033XmlElement schemaEl = (XmlElement) namespaces[NamespaceURI]; 1077string prefix = (string) prefixes[nSpace]; 1281string prefix = (string)prefixes[col.Namespace]; 1469return autogenerated[o]!=null; 1584root.SetAttribute( Keywords.TYPE, NewDiffgramGen.QualifiedName((string)prefixes[table.TypeName.Namespace], table.TypeName.Name) ); 1679NestedTable.SetAttribute( Keywords.REF, ((string)prefixes[childTable.Namespace])+':'+childTable.EncodedTableName); 1710xpathprefix = table.Namespace.Length != 0 ? (string) prefixes[table.Namespace] +':' : String.Empty; 1759encodedName.Append(prefixes[fields[k].Namespace]).Append(':'); 1818encodedName.Append(prefixes[fields[k].Namespace]).Append(':'); 1892encodedName.Append(prefixes[fields[k].Namespace]).Append(':'); 2192_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString()); 2547_xmlw.WriteAttributeString( Keywords.MSD, Keywords.ROWORDER, Keywords.MSDNS, rowsOrder[row].ToString());
fx\src\data\System\Data\XMLSchema.cs (13)
203DataColumn dc = (DataColumn)existingSimpleTypeMap[type.QualifiedName.ToString()]; 694dc.Expression = (string) this.expressions[dc]; 849XmlSchemaAttributeGroup schemaGroup = attributeGroups[groupRef.RefName] as XmlSchemaAttributeGroup; 869attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroups[attributeGroupRef.RefName]; 1101ConstraintTable key = (ConstraintTable) ConstraintNodes[refer]; 1619XmlSchemaSimpleType simpleType = (XmlSchemaSimpleType) udSimpleTypes[dt]; 1683typeNode = isAttr ? FindTypeNode((XmlSchemaAnnotated)attributes[attr.RefName]) :FindTypeNode((XmlSchemaAnnotated)elementsTable[el.RefName]); 1686typeNode = (XmlSchemaAnnotated)schemaTypes[isAttr ? ((XmlSchemaAttribute)node).SchemaTypeName : ((XmlSchemaElement)node).SchemaTypeName]; 1902XmlSchemaAttribute attr = attrib.Name != null ? attrib : (XmlSchemaAttribute) attributes[attrib.RefName]; 2042XmlSchemaElement el = elem.Name != null ? elem : (XmlSchemaElement) elementsTable[elem.RefName]; 2075schemaTypes[xsdType.XmlBaseType] as XmlSchemaSimpleType : 2080schemaTypes[xsdType.XmlBaseType] as XmlSchemaSimpleType :
fx\src\data\System\Data\XmlToDatasetMap.cs (4)
51return this[id]; 59return this[id]; 67return this[id]; 75return this[id];
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
2264if ( foundColumns[c] == null ) { 2286if ( foundColumns[c] == null ) { 2295if ( foundColumns[c] == null && !IsNotMapped(c) ) {
System.Data.Entity (3)
System\Data\Common\FieldNameLookup.cs (1)
75object value = _fieldNameLookup[fieldName];
System\Data\EntityClient\DbConnectionOptions.cs (2)
95get { return (string)_parsetable[keyword]; } 505string realkeyname = ((null != synonyms) ? (string)synonyms[keyname] : keyname);
System.Data.SqlXml (32)
System\Xml\Xsl\IlGen\XmlILModule.cs (5)
169while (this.methods[name] != null) { 247return (MethodInfo) this.methods[name]; 281symDoc = this.urlToSymWriter[fileName] as ISymbolDocumentWriter; 329return Delegate.CreateDelegate(typDelegate, (MethodInfo) this.methods[name]); 331return ((DynamicMethod) this.methods[name]).CreateDelegate(typDelegate);
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
90qnameRule = this.qnames[this.ruleTemp] as InternalWhitespaceRule;
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
124nav = this.dataSourceCache[uriResolved] as XPathNavigator;
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
113return this.withParams[name];
System\Xml\Xsl\XsltOld\Compiler.cs (3)
349NamespaceInfo duplicate = this.globalNamespaceAliasTable[StylesheetURI] as NamespaceInfo; 364return (NamespaceInfo)this.globalNamespaceAliasTable[StylesheetURI]; 694CodeTypeDeclaration scriptClass = (CodeTypeDeclaration)typeDecls[ns];
System\Xml\Xsl\XsltOld\HtmlProps.cs (2)
50HtmlElementProps result = (HtmlElementProps) s_table[name]; 156HtmlAttributeProps result = (HtmlAttributeProps) s_table[name];
System\Xml\Xsl\XsltOld\InputScope.cs (1)
103VariableAction variable = (VariableAction) inputScope.Variables[qname];
System\Xml\Xsl\XsltOld\Processor.cs (2)
158result = documentCache[ruri] as XPathNavigator; 231return scriptExtensions[nsUri];
System\Xml\Xsl\XsltOld\RootAction.cs (5)
109AttributeSetAction action = (AttributeSetAction) this.attributeSetTable[name]; 137AttributeSetAction dstAttSet = (AttributeSetAction) this.attributeSetTable[srcAttSet.Name]; 167object mark = markTable[qname]; 196DecimalFormat exist = (DecimalFormat) this.decimalFormatTable[name]; 218return this.decimalFormatTable[name] as DecimalFormat;
System\Xml\Xsl\XsltOld\Stylesheet.cs (6)
66elem = (WhitespaceElement) this.queryKeyTable[query]; 139((AttributeSetAction)this.attributeSetTable[attributeSet.Name]).Merge(attributeSet); 172TemplateManager manager = (TemplateManager) this.modeManagers[mode]; 254TemplateManager manager = (TemplateManager) this.modeManagers[mode]; 303Debug.Assert(this.templates == null && this.modeManagers == null || this.templates == this.modeManagers[XmlQualifiedName.Empty]); 336action = (TemplateAction)this.templateNameTable[name];
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (5)
186func = s_FunctionTable[name] as IXsltContextFunction; 273ArrayList list = (ArrayList)keyTable[key]; 407(s_FunctionTable[name] != null && name != "unparsed-entity-uri") 732resultCollection = AddToList(resultCollection, (ArrayList) keyTable[it.Current.Value]); 735resultCollection = AddToList(resultCollection, (ArrayList) keyTable[ToString(args[1])]);
System.Drawing (6)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
267object o = htmlSysColorTable[htmlColor.ToLower(CultureInfo.InvariantCulture)];
commonui\System\Drawing\ColorConverter.cs (2)
113color = Colors[name]; 119color = SystemColors[name];
commonui\System\Drawing\Design\ToolboxItem.cs (1)
975object value = base[propertyName];
misc\DebugHandleTracker.cs (2)
119HandleType type = (HandleType)handleTypes[handleName]; 133HandleType type = (HandleType)handleTypes[handleName];
System.Management (9)
Instrumentation\EventSource.cs (3)
557theObject = InstrumentedAssembly.mapIDToPublishedObject[id.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Int32)))]; 566Type converterType = (Type)instrumentedAssembly.mapTypeToConverter[theObject.GetType()]; 795Object converter = Activator.CreateInstance((Type)instrumentedAssembly.mapTypeToConverter[managedType]);
Instrumentation\Instrumentation.cs (4)
229instrumentedAssembly = (InstrumentedAssembly)instrumentedAssemblies[assembly]; 408Object idObject = mapPublishedObjectToID[o]; 634TypeInfo typeInfo = (TypeInfo)mapTypeToTypeInfo[t]; 637typeInfo = new TypeInfo(source, naming, (Type)mapTypeToConverter[t]);
Instrumentation\SchemaMapping.cs (2)
44 codeClassName = (string)mapTypeToConverterClassName[type]; 267 embeddedConverterName = (string)mapTypeToConverterClassName[t2];
System.Messaging (8)
System\Messaging\Design\MessageQueueConverter.cs (1)
99MessageQueue existingComponent = (MessageQueue)componentsCreated[path];
System\Messaging\Design\QueuePathDialog.cs (1)
405machineNode = (TreeNode)machinesTable[machineName];
System\Messaging\MessageQueuePermission.cs (5)
107(MessageQueuePermissionAccess)resolvedReference[formatName], 251MessageQueuePermissionAccess targetAccess = (MessageQueuePermissionAccess)formatNamesTable[currentFormatName]; 291MessageQueuePermissionAccess targetAccess = (MessageQueuePermissionAccess)targetQueuePermission.resolvedFormatNames[Any]; 313MessageQueuePermissionAccess targetAccess = (MessageQueuePermissionAccess)targetQueuePermission.resolvedFormatNames[currentFormatName]; 493MessageQueuePermissionAccess currentAccess = (MessageQueuePermissionAccess)newFormatNames[targetFormatNamesEnumerator.Key];
System\Messaging\XmlMessageFormatter.cs (1)
232serializer = (XmlSerializer)this.targetSerializerTable[serializedType];
System.Runtime.Caching (8)
System\Caching\FileChangeNotificationSystem.cs (3)
86DirectoryMonitor dirMon = _dirMonitors[dir] as DirectoryMonitor; 89dirMon = _dirMonitors[dir] as DirectoryMonitor; 134DirectoryMonitor dirMon = _dirMonitors[dir] as DirectoryMonitor;
System\Caching\HostFileChangeMonitor.cs (1)
105object state = fcnState[path];
System\Caching\MemoryCacheStore.cs (4)
153existingEntry = _entries[key] as MemoryCacheEntry; 244MemoryCacheEntry entry = _entries[key] as MemoryCacheEntry; 260entry = _entries[key] as MemoryCacheEntry; 287existingEntry = _entries[key] as MemoryCacheEntry;
System.Runtime.Remoting (16)
channels\core\socketcache.cs (2)
413RemoteConnection connection = (RemoteConnection)_connections[machinePortAndSid]; 431RemoteConnection connection = (RemoteConnection)_connections[machinePortAndSid];
channels\http\httpremotinghandler.cs (1)
423Type lastType = (Type)s_registeredDynamicTypeTable[uri];
channels\ipc\portcache.cs (2)
115connection = (PortConnection)_connections[portName]; 134PortConnection connection = (PortConnection)_connections[portName];
metadata\wsdlparser.cs (7)
1854WsdlServicePort port = (WsdlServicePort)service.ports[binding.name]; 1894WsdlMethodInfo propertyMethodInfo = (WsdlMethodInfo)propertyMethod[propertyName]; 1924WsdlPortType portType = (WsdlPortType)wsdlPortTypes[binding.type]; 1941portTypeOp = (WsdlPortTypeOperation)portType.sections[opSec.name]; 1953portTypeOp = (WsdlPortTypeOperation)portType.sections[newOpName]; 1998WsdlMessage message = (WsdlMessage)wsdlMessages[content.message]; 2042WsdlMessage message = (WsdlMessage)wsdlMessages[content.message];
metadata\wsdlwriter.cs (4)
133ArrayList serviceEndpoints = (ArrayList)_typeToServiceEndpoint[serviceTypes[i].ObjectType.Name]; 743foreach (String url in (ArrayList)_typeToServiceEndpoint[refNames[i]]) 1493_typeToServiceEndpoint[lbaseType.Name] = _typeToServiceEndpoint[ltype.Name]; 2315xns = (XMLNamespace)thisxns.Generator._typeToInteropNS[type];
System.Runtime.Serialization (13)
System\Runtime\Serialization\CodeGenerator.cs (3)
1201EmitSourceInstruction("Ldloc " + LocalNames[localBuilder]); 1209EmitSourceInstruction("Stloc " + LocalNames[local]); 1272EmitSourceInstruction("Ldloca " + LocalNames[localBuilder]);
System\Runtime\Serialization\DataContract.cs (4)
510object value = typeToIDCache[typeHandleRef]; 520object val = typeToIDCache[typeHandleRef]; 1002object value = namespaces[key]; 1012object val = namespaces[key];
System\Runtime\Serialization\DataContractSet.cs (1)
292return SurrogateDataTable[key];
System\Runtime\Serialization\ExtensionDataReader.cs (1)
530handled = (cache[node] != null);
System\Runtime\Serialization\NetDataContractSerializer.cs (2)
491DataContract cachedSurrogateContract = (DataContract)surrogateDataContracts[type]; 521object typeInformationObject = typeNameCache[type];
System\Runtime\Serialization\SchemaExporter.cs (1)
575object otherItem = items[qname];
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
230XmlObjectDataContractTypeInfo dataContractTypeInfo = (XmlObjectDataContractTypeInfo)dataContractTypeCache[key];
System.Security (9)
system\security\cryptography\xml\c14nutil.cs (2)
707return (XmlAttribute) m_rendered[nsPrefix]; 715return (XmlAttribute) m_unrendered[nsPrefix];
system\security\cryptography\xml\canonicalxml.cs (1)
136XmlAttribute local = (XmlAttribute) nsLocallyDeclared[nsPrefix];
system\security\cryptography\xml\encryptedxml.cs (4)
352if ((SymmetricAlgorithm) m_keyNameMapping[keyName] != null) 353return (SymmetricAlgorithm) m_keyNameMapping[keyName]; 428Object kek = m_keyNameMapping[keyName]; 570encryptionKey = m_keyNameMapping[keyName];
system\security\cryptography\xml\exccanonicalxml.cs (1)
137XmlAttribute local = (XmlAttribute) nsLocallyDeclared[nsPrefix];
system\security\cryptography\xml\utils.cs (1)
752nsattrib.Value = namespaces[key] as string;
System.ServiceModel (15)
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
52value = (T)states[key];
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
215Func<ServiceChannel, ProxyOperationRuntime, object[], Task> createTaskDelegate = createGenericTaskDelegateCache[taskResultType] as Func<ServiceChannel, ProxyOperationRuntime, object[], Task>; 223createTaskDelegate = createGenericTaskDelegateCache[taskResultType] as Func<ServiceChannel, ProxyOperationRuntime, object[], Task>;
System\ServiceModel\Description\MessageContractImporter.cs (3)
968if (references[schema] == null && !schemas.Contains(schema)) 989if (references[schema] != null) 1037if (schema == null || imports[schema] != null)
System\ServiceModel\Dispatcher\CodeGenerator.cs (3)
552EmitSourceInstruction("Ldloc " + LocalNames[localBuilder]); 560EmitSourceInstruction("Stloc " + LocalNames[local]); 623EmitSourceInstruction("Ldloca " + LocalNames[localBuilder]);
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
1042return (XPathTokenID)namedTypes[name];
System\ServiceModel\Security\TimeBoundedCache.cs (5)
126IExpirableItem currentItem = this.entries[key] as IExpirableItem; 168IExpirableItem currentItem = this.entries[key] as IExpirableItem; 236IExpirableItem item = this.entries[key] as IExpirableItem; 282IExpirableItem currentItem = this.entries[key] as IExpirableItem; 396IExpirableItem item = this.entries[key] as IExpirableItem;
System.ServiceModel.Activation (7)
System\ServiceModel\Activation\ServiceRouteHandler.cs (4)
92return (ServiceDeploymentInfo)routeServiceTable[normalizedVirtualPath]; 100ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)routeServiceTable[virtualPath]; 113ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)routeServiceTable[normalizedVirtualPath]; 122ServiceDeploymentInfo serviceInfo = (ServiceDeploymentInfo)routeServiceTable[normalizedVirtualPath];
System\ServiceModel\ServiceHostingEnvironment.cs (3)
814compiledCustomString = (string)serviceActivations[normalizedVirtualPath]; 1915PathInfo pathInfo = (PathInfo)pathCache[path]; 1923pathInfo = (PathInfo)pathCache[path];
System.ServiceModel.Internals (5)
System\Runtime\Collections\HopperCache.cs (3)
138object origValue = this.outstandingHopper[key]; 147origValue = this.strongHopper[key]; 151origValue = this.limitedHopper[key];
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (2)
557this.etwProvider = (EtwProvider)etwProviderCache[etwProviderId]; 562this.etwProvider = (EtwProvider)etwProviderCache[etwProviderId];
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\NameValueCache.cs (1)
41return (T)cache[key];
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
263return (TypeConverter) this.typeConverterCache[parameterType];
System.Transactions (5)
System\Transactions\InternalTransaction.cs (1)
539WeakReference weakRef = (WeakReference)promotedTransactionTable[this.identifier];
System\Transactions\Oletx\OletxTransactionManager.cs (2)
747oletxResourceManager = resourceManagerHashTable[resourceManagerIdentifier] as OletxResourceManager; 791oletxResourceManager = resourceManagerHashTable[resourceManagerIdentifier] as OletxResourceManager;
System\Transactions\TransactionManager.cs (2)
620WeakReference weakRef = (WeakReference) promotedTransactionTable[transactionIdentifier]; 650WeakReference weakRef = (WeakReference) promotedTransactionTable[transactionIdentifier];
System.Web (130)
Cache\SqlCacheDependency.cs (4)
1008DatabaseNotifState dbState = (DatabaseNotifState)s_DatabaseNotifStates[database]; 1141Debug.Assert(s_DatabaseNotifStates[database] != null, "s_DatabaseNotifStates[database] != null"); 1143PollDatabaseForChanges((DatabaseNotifState)s_DatabaseNotifStates[database], false /*fromTimer*/); 1160DatabaseNotifState dbState = (DatabaseNotifState)s_DatabaseNotifStates[database];
Compilation\AssemblyBuilder.cs (1)
1191string generatedFilePath = (string) _buildProviderToSourceFileMap[buildProvider];
Compilation\BuildManager.cs (1)
1859return (Assembly)_theBuildManager._localResourcesAssemblies[virtualDir];
Compilation\BuildProvidersCompiler.cs (3)
519if (maxdepth <= (int)depth[child]) 520maxdepth = (int)depth[child] + 1; 521else if ((int)depth[child] == -1)
Compilation\BuildResultCache.cs (2)
104ArrayList dependentList = _dependentAssemblies[assemblyName.Name] as ArrayList; 350ICollection dependentAssemblies = _dependentAssemblies[assemblyName] as ICollection;
Compilation\ProfileBuildProvider.cs (3)
138if (groups[grpName] == null) { 141groups[grpName] = ((string)groups[grpName]) + ";" + property.Name; 268CreateCodeForProperty(assemblyBuilder, grpType, (ProfileNameTypeStruct)properties[grpProp]);
Compilation\TimeStampChecker.cs (2)
45DateTime storedValue = (DateTime)_timeStamps[virtualPath]; 84DateTime storedValue = (DateTime)_timeStamps[virtualPath];
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
365if (loopCheck[currentId] != null) {
Configuration\CompilationSection.cs (2)
561object obj = _compilerExtensions[extension]; 613object obj = _compilerLanguages[language];
Configuration\HealthMonitoringSectionHelper.cs (4)
308if (_customEvaluatorInstances[ruleInfo._customEvaluatorType] == null) { 351foundFiringRuleInfos = (ArrayList)_cachedMatchedRulesForCustomEvents[customWebEventKey]; 372foundFiringRuleInfos = (ArrayList)_cachedMatchedRulesForCustomEvents[customWebEventKey]; 526o = _instances[providerName];
Configuration\HttpCapabilitiesBase.cs (3)
239object o = AdapterTypes[controlType]; 304IWebObjectFactory factory = (IWebObjectFactory)_controlAdapterFactoryTable[adapterType]; 308factory = (IWebObjectFactory)_controlAdapterFactoryTable[adapterType];
Configuration\PagesSection.cs (1)
738entries = (ArrayList)tagNamespaceRegisterEntries[tpi.TagPrefix];
Configuration\RegexWorker.cs (1)
59result = (String)_groups[groupName];
Configuration\RemoteWebConfigurationHost.cs (1)
196return (string) _PathMap[configPath];
Configuration\WebConfigurationHost.cs (2)
531ArrayList list = (ArrayList) FileChangeCallbacks[streamName]; 549ArrayList list = (ArrayList) FileChangeCallbacks[streamName];
FileChangesMonitor.cs (16)
198byte[] interned = (byte[]) s_interned[dacl]; 201interned = (byte[]) s_interned[dacl]; 640fileMon = (FileMonitor)_fileMons[file]; 711FileMonitor oldFileMonShort = (FileMonitor)_fileMons[oldFileNameShort]; 948fileMon = (FileMonitor)_fileMons[FileChangesMonitor.s_dirsToMonitor[i]]; 961fileMon = (FileMonitor)_fileMons[dirName]; 1039fileMon = (FileMonitor)_fileMons[fileName]; 1595dirMon = (DirectoryMonitor)_dirs[dir]; 1611dirMon = (DirectoryMonitor)_dirs[dir]; 1661if (_aliases[entry.Key] == fileMon) { 1702fileMon = (FileMonitor)_aliases[alias]; 1799fileMon = (FileMonitor)_aliases[alias]; 2021dirMonSubDir = (DirectoryMonitor)_subDirDirMons[dirRoot]; 2110fileMon = (FileMonitor)_aliases[alias]; 2168fileMon = (FileMonitor)_aliases[alias]; 2236fileMon = (FileMonitor)_aliases[alias];
Handlers\TraceHandler.cs (1)
377indent = (int) indentLevels[parent];
Hosting\HostingEnvironment.cs (5)
756obj = _wellKnownObjects[key] as IRegisteredObject; 780if (_wellKnownObjects[key] == obj) { 795obj = _wellKnownObjects[key] as IRegisteredObject; 809obj = _wellKnownObjects[key] as IRegisteredObject; 902if (_wellKnownObjects[key] == obj) {
Hosting\ProcessHost.cs (3)
476protocolHandler = _protocolHandlers[protocolId] as ProcessProtocolHandler; 508protocolHandler = _protocolHandlers[protocolId] as ProcessProtocolHandler; 535protocolHandler = _protocolHandlers[protocolId] as ProcessProtocolHandler;
HttpApplication.cs (6)
692object value = _moduleIndexMap[moduleName]; 1990moduleIndex = (int) _moduleIndexMap[moduleName]; 2678HandlerFactoryCache entry = (HandlerFactoryCache)_handlerFactories[mapping.Type]; 2688HandlerFactoryCache entry = (HandlerFactoryCache)_handlerFactories[type]; 3002AsyncAppEventHandler asyncHandler = (AsyncAppEventHandler)_table[eventId]; 3026return (AsyncAppEventHandler)_table[eventId];
HttpRuntime.cs (1)
3472IWebObjectFactory factory = (IWebObjectFactory)s_factoryCache[type];
Management\WebEvents.cs (3)
451CustomEventCodeOccurrence ceco = (CustomEventCodeOccurrence)s_customEventCodeOccurrence[_code]; 456ceco = (CustomEventCodeOccurrence)s_customEventCodeOccurrence[_code]; 2254manager._sectionHelper._customEvaluatorInstances[_ruleInfo._customEvaluatorType];
Profile\HttpProfileBase.cs (2)
72bool fAllowAnonymous = (bool)p.Attributes["AllowAnonymous"]; 86ProfileGroupBase grp = (ProfileGroupBase)_Groups[groupName];
Profile\ProfileInfo.cs (2)
94object pos = _Hashtable[name]; 104object pos = _Hashtable[name];
Profile\ProfileModule.cs (2)
207bool allowAnonymous = (bool)pp.Property.Attributes["AllowAnonymous"]; 221bool allowAnonymous = (bool)pp.Property.Attributes["AllowAnonymous"];
Profile\SqlProfileProvider.cs (3)
124string username = (string)sc["UserName"]; 207string username = (string)sc["UserName"]; 208bool userIsAuthenticated = (bool)sc["IsAuthenticated"];
Security\ADMembershipProvider.cs (2)
3214if (!StringUtil.EqualsIgnoreCase(syntax, (string) syntaxes[valueName])) 3215throw new ProviderException(SR.GetString(SR.ADMembership_Wrong_syntax, valueName, (string) syntaxes[valueName]));
State\SessionStateItemCollection.cs (1)
198return s_immutableTypes[o.GetType()] != null;
UI\ChtmlTextWriter.cs (8)
66Hashtable eltAttributes = (Hashtable) _recognizedAttributes[elementName]; 79Hashtable elementRecognizedAttributes = (Hashtable)_recognizedAttributes[TagName]; 80if (elementRecognizedAttributes != null && elementRecognizedAttributes[name] != null) { 84if (_globalSuppressedAttributes[name] != null) { 88Hashtable elementSuppressedAttributes = (Hashtable)_suppressedAttributes[TagName]; 89if (elementSuppressedAttributes != null && elementSuppressedAttributes[name] != null) { 122Hashtable eltAttributes = (Hashtable) _suppressedAttributes[elementName]; 129eltAttributes = (Hashtable)_recognizedAttributes[elementName];
UI\ControlBuilder.cs (2)
1676IWebObjectFactory factory = (IWebObjectFactory)s_controlBuilderFactoryCache[type]; 1981ParseChildrenAttribute pca = (ParseChildrenAttribute)s_parseChildrenAttributeCache[controlType];
UI\CssTextWriter.cs (1)
120object key = attrKeyLookupTable[styleName.ToLower(CultureInfo.InvariantCulture)];
UI\DataBindingCollection.cs (1)
115object o = bindings[propertyName];
UI\ExpressionBindingCollection.cs (1)
115object o = bindings[propertyName];
UI\FilterableAttribute.cs (1)
103object result = _filterableTypes[type];
UI\HTMLTagNameToTypeMapper.cs (2)
80controlType = (Type)_inputTypes[type]; 92controlType = (Type)_tagMap[tagName];
UI\HTMLTextWriter.cs (2)
824object key = _attrKeyLookupTable[attrName.ToLower(CultureInfo.InvariantCulture)]; 849object key = _tagKeyLookupTable[tagName.ToLower(CultureInfo.InvariantCulture)];
UI\SupportsEventValidationAttribute.cs (1)
33object result = _typesSupportsEventValidation[type];
UI\TagNameToTypeMapper.cs (5)
300registerEntries = (ArrayList)_tagNamespaceRegisterEntries[tagPrefix]; 392_userControlRegisterEntries[tagName]; 430ArrayList entries = (ArrayList)_tagNamespaceRegisterEntries[prefix]; 458Type mappedType = (Type)tagMapEntries[type]; 485UserControlRegisterEntry ucRegisterEntry = (UserControlRegisterEntry)_userControlRegisterEntries[tagName];
UI\TemplateControl.cs (2)
398object o = _eventListCache[GetType()]; 406o = (EventList)_eventListCache[GetType()];
UI\ThemeableAttribute.cs (1)
93object result = _themeableTypes[type];
UI\Util.cs (1)
325string location = (string) RuntimeConfig.GetAppConfig().WebControls["clientScriptsLocation"];
UI\ViewStateModeByIdAttribute.cs (1)
28return (bool)_viewStateIdTypes[type];
UI\WebControls\WebColorConverter.cs (1)
52object o = htmlSysColorTable[colorText];
UI\WebParts\WebPartManager.cs (2)
1903ArrayList parts = (ArrayList)titles[title]; 2325ICollection[] connectionPoints = (ICollection[])ConnectionPointsCache[connectionPointKey];
UI\WebParts\WebPartTransformerAttribute.cs (1)
71Type[] types = (Type[])transformerCache[transformerType];
UI\XhtmlTextWriter.cs (11)
142Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 157Hashtable formAttributes = (Hashtable)_elementSpecificAttributes["form"]; 158return (formAttributes != null) && (formAttributes[attributeName] != null); 166if (_commonAttributes[name] != null && _suppressCommonAttributes[TagName] == null) { 171return _elementSpecificAttributes[TagName] != null && ((Hashtable)_elementSpecificAttributes[TagName])[name] != null; 194Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 200if (_commonAttributes[attributeName] == null || _suppressCommonAttributes[elementName] != null) { 224if (docType != XhtmlMobileDocType.XhtmlBasic && _commonAttributes["style"] == null) {
Util\FastPropertyAccessor.cs (2)
316IWebPropertyAccessor accessor = (IWebPropertyAccessor)s_accessorCache[cacheKey]; 338accessor = (IWebPropertyAccessor) s_accessorCache[declaringTypeCacheKey];
Util\SimpleRecyclingCache.cs (1)
38return _hashtable[key];
WorkerRequest.cs (2)
1319Object intObj = s_requestHeadersLoookupTable[header]; 1348Object intObj = s_responseHeadersLoookupTable[header];
XmlSiteMapProvider.cs (3)
416SiteMapNode oldNode = (SiteMapNode)ChildProviderTable[childProvider]; 433oldNode = (SiteMapNode)ChildProviderTable[childProvider]; 923SiteMapNode rootNode = (SiteMapNode)ChildProviderTable[provider];
System.Web.ApplicationServices (3)
Security\MembershipUserCollection.cs (3)
48object pos = _Indices[name]; 61_Indices[key] = ((int)_Indices[key]) - 1; 66object pos = _Indices[name];
System.Web.DataVisualization (29)
Common\Borders3D\Borders3D.cs (4)
642 if(registeredBorderTypes[name].GetType() == borderType) 689 ((Type)registeredBorderTypes[name]).Assembly. 690 CreateInstance(((Type)registeredBorderTypes[name]).ToString()); 693 return (IBorderType)_createdBorderTypes[name];
Common\ChartTypes\ChartTypeRegistry.cs (5)
172 if(registeredChartTypes[name].GetType() == chartType) 229 ((Type)registeredChartTypes[name]).Assembly. 230 CreateInstance(((Type)registeredChartTypes[name]).ToString()); 233 return (IChartType)_createdChartTypes[name]; 267IChartType chartType = (IChartType)_createdChartTypes[name];
Common\ChartTypes\StackedBarChart.cs (1)
182 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];
Common\ChartTypes\StackedColumnChart.cs (1)
175 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];
Common\DataManager\DataPoint.cs (9)
2357 clonePoint.properties.Add(key, this.properties[key]); 2960 return (string)series.EmptyPointStyle.properties[name]; 2964 return (string)series.properties[name]; 2973 return (string)properties[name]; 3229 return (string)series.EmptyPointStyle.properties[name]; 3232 return (string)series.properties[name]; 3234 return (string)properties[name]; 4701 if(customAttribute && properties[attributeName] != null) 4707string attributeValue = properties[attributeName].ToString().Replace(",", "\\,");
Common\Formulas\FormulaRegistry.cs (4)
73 if(registeredModules[name].GetType() == moduleType) 138 ((Type)registeredModules[name]).Assembly. 139 CreateInstance(((Type)registeredModules[name]).ToString()); 142 return (IFormula)_createdModules[name];
Common\General\ChartAreaAxes.cs (1)
1242ArrayList list = (ArrayList)groupsHashTable[groupName];
Common\Utilities\ImageLoader.cs (1)
178 image = (System.Drawing.Image)_imageData[imageURL];
WebForm\General\ChartHttpHandler.cs (3)
1572if (!String.Equals((string)_storageData[key + _privacyKeyName], privacyKey, StringComparison.Ordinal)) 1580if (!String.IsNullOrEmpty((string)_storageData[key + _privacyKeyName])) 1587data = (Byte[])_storageData[key];
System.Web.DynamicData (3)
DynamicData\MetaModel.cs (2)
624model = (MetaModel)s_modelByContextType[contextType]; 646table = (MetaTable)s_tableByEntityType[type];
DynamicData\Util\TemplateFactory.cs (1)
98return (string)_fieldTemplateVirtualPathCache[cacheKey];
System.Web.Extensions (11)
ApplicationServices\ApplicationServiceHelper.cs (1)
202metadata.AllowAnonymousAccess = (bool)property.Attributes["AllowAnonymous"];
ApplicationServices\ProfileService.cs (1)
201if (settingProperty.IsReadOnly || (pb.IsAnonymous && !(bool)settingProperty.Attributes["AllowAnonymous"])) {
ClientServices\Providers\ClientSettingsProvider.cs (1)
221Type oType = context["SettingsClassType"] as Type;
Globalization\ClientCultureInfo.cs (1)
121Tuple<String, String> cached = cultureScriptBlockCache[key] as Tuple<String, String>;
Profile\ProfileService.cs (1)
99(!profile.IsAnonymous || (bool)settingProperty.Attributes["AllowAnonymous"])) {
UI\AssemblyCache.cs (2)
47Version version = (Version)_versionCache[assembly]; 58Assembly assembly = (Assembly)_assemblyCache[assemblyName];
UI\ScriptReference.cs (1)
301string scriptPath = (string)_scriptPathCache[key];
UI\TargetControlTypeCache.cs (1)
17Type[] types = (Type[])_targetControlTypeCache[extenderControlType];
UI\WebControls\QueryableDataSourceView.cs (1)
551ArrayList values = (ArrayList)_originalValues[propertyName];
UI\WebResourceUtil.cs (1)
36object assemblyContainsWebResource = _assemblyContainsWebResourceCache[key];
System.Web.Mobile (14)
Mobile\DeviceFilterDictionary.cs (3)
65(ComparisonEvaluator)_comparisonEvaluators[nextDelegateName]; 101ComparisonEvaluator evaluator = (ComparisonEvaluator)_comparisonEvaluators[evaluatorName]; 121_delegateEvaluators[evaluatorName];
Mobile\MobileCapabilities.cs (2)
169return (bool)_evaluatorResults[hashKey]; 176return (bool)_evaluatorResults[hashKey];
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
856String oldValue = (String) _specialProp_buffer[navigateUrl ? _navigateUrl : _alternateUrl];
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
139if (filterTable[filterName] != null)
UI\MobileControls\FactoryGenerator.cs (2)
122Object o = _factoryTable[type]; 128o = _factoryTable[type];
UI\MobileControls\IndividualDeviceConfig.cs (2)
144factory = (IWebObjectFactory)_controlAdapterTypes[controlType]; 151factory = (IWebObjectFactory)_controlAdapterLookupCache[controlType];
UI\MobileControls\MobilePage.cs (3)
1114_privateViewState[ctl.UniqueID]; 1149Pair pair = _privateViewState[PageClientViewStateKey] as Pair; 1180_privateViewState[_controlsRequiringPostBackKey];
System.Web.Services (66)
System\Web\Services\Configuration\WebServicesSection.cs (4)
196if (extensions[extensionType] != null) { 206XmlAttributes xmlAttrs = (XmlAttributes)table[extensionPointType]; 225namespaces.Add(prefixes[i], (string)nsDefs[prefixes[i]]); 230XmlAttributes xmlAttrs = (XmlAttributes)table[extensionPointType];
System\Web\Services\Description\HttpProtocolImporter.cs (2)
232DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey]; 266if (ExportContext[methodKey] == null) {
System\Web\Services\Description\ProtocolReflector.cs (3)
276ReflectedBinding reflectedBinding = (ReflectedBinding)reflectedBindings[bindingName]; 310if (bindings[bindingAttribute.Name] != null) 327if (bindings[bindingAttribute.Name] != null)
System\Web\Services\Description\ServiceDescriptionImporter.cs (5)
302if (namespaces[ns.Name] == null) { 305return (ImportContext)namespaces[ns.Name]; 396if (schema == null || imports[schema] != null) 476if (references[schema] == null && !xmlschemas.Contains(schema)) { 493if (references[schema] != null)
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
225LogicalMethodInfo existingMethod = (LogicalMethodInfo)messageNames[key];
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
133Soap12OperationBinding duplicateActionOperation = (Soap12OperationBinding)actions[action]; 142Soap12OperationBinding duplicateRequestElementOperation = (Soap12OperationBinding)requestElements[requestElement];
System\Web\Services\Description\SoapProtocolImporter.cs (5)
584LocalSoapHeader localHeader = (LocalSoapHeader)localHeaders[key]; 586GlobalSoapHeader globalHeader = (GlobalSoapHeader)classHeaders[key]; 597if (headers[key] == null) 907DelegateInfo delegateInfo = (DelegateInfo)ExportContext[methodKey]; 943if (ExportContext[methodKey] == null) {
System\Web\Services\Description\SoapProtocolReflector.cs (3)
39SoapReflectionImporter soapImporter = ReflectionContext[typeof(SoapReflectionImporter)] as SoapReflectionImporter; 50SoapSchemaExporter soapExporter = ReflectionContext[typeof(SoapSchemaExporter)] as SoapSchemaExporter; 60soapMethod = ReflectionContext[Method] as SoapReflectedMethod;
System\Web\Services\Description\WebServicesInteroperability.cs (7)
117if (operations[op.Name] != null) { 147if (operations[name] == null) { 231if (operations[bindingOperation.Name] == null) { 367string exisiting = (string)wireSignatures[key]; 549if (bindings[binding] != null) { 561if (bindings[binding] != null) 689BasicProfileViolation src = (BasicProfileViolation)violations[violation.NormativeStatement];
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
308return filenames[path.ToLower(CultureInfo.InvariantCulture)] != null;
System\Web\Services\Discovery\DiscoveryReference.cs (1)
128if (ClientProtocol.InlinedSchemas[Url] != null)
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (6)
71DirectoryEntry vdir = (DirectoryEntry)Adsi[nameAdsiDir]; //may be already bound 80DirectoryEntry child = (DirectoryEntry)Adsi[obj.Path]; 97DirectoryEntry vdir = (DirectoryEntry)Adsi[dir]; 149DirectoryEntry site = (DirectoryEntry)Adsi[obj.Path]; //may be already bound 210object obj = webApps[key]; 215obj = webApps[key];
System\Web\Services\Discovery\SchemaReference.cs (1)
170object document = ClientProtocol.InlinedSchemas[Url];
System\Web\Services\Protocols\ClientProtocol.cs (4)
28get { return cache[key]; } 33if (cache[key] == value) return; 36clone.Add(k, cache[k]); 899WebClientAsyncResult result = (WebClientAsyncResult)AsyncInvokes[userState];
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
170return (XmlSchema)schemaTable[id]; 175return (ServiceDescription)wsdlTable[id];
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
59ArrayList list = (ArrayList)formatterTypes[t]; 78ArrayList list = (ArrayList)formatterTypes[formatterType]; 87return (HttpClientMethod)methods[name];
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
108return (HttpServerMethod)methods[name];
System\Web\Services\Protocols\LogicalMethodInfo.cs (5)
300attrForType = (object[])attributes[type]; 304attrForType = (object[])attributes[type]; 524WebMethod webMethod = declarations == null ? null : (WebMethod)declarations[syncMethod]; 532MethodInfo endMethodInfo = (MethodInfo)ends[endName]; 536WebMethod webMethod = declarations == null ? null : (WebMethod)declarations[beginMethodInfo];
System\Web\Services\Protocols\RequestResponse.cs (1)
552Object obj = _entitiesLookupTable[entity];
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
135return (SoapClientMethod)methods[name];
System\Web\Services\Protocols\SoapReflector.cs (1)
476SoapHeaderDirection prevDirection = (SoapHeaderDirection) headerTypes[soapHeader.headerType];
System\Web\Services\Protocols\SoapServerProtocol.cs (6)
171if (methods[soapMethod.action] == null) 176SoapServerMethod duplicateMethod = (SoapServerMethod)methods[soapMethod.action]; 182if (methods[soapMethod.requestElementName] == null) 187SoapServerMethod duplicateMethod = (SoapServerMethod)methods[soapMethod.requestElementName]; 196return (SoapServerMethod)methods[key]; 200return (SoapServerMethod)duplicateMethods[key];
System\Web\Services\WebMethodAttribute.cs (1)
307MethodInfo method = (MethodInfo)unique[signature];
System.Windows.Forms (75)
misc\DebugHandleTracker.cs (2)
119HandleType type = (HandleType)handleTypes[handleName]; 133HandleType type = (HandleType)handleTypes[handleName];
winforms\Managed\System\Resources\ResXDataNode.cs (2)
930result = cachedAssemblies[name] as Assembly; 990result = cachedTypes[name] as Type;
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
686result = (AssemblyName)cachedAliases[alias];
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
623string alias = (string) cachedAliases[assemblyName.FullName];
winforms\Managed\System\WinForms\Application.cs (5)
1769ComponentHashtableEntry entry = (ComponentHashtableEntry)OleComponents[dwLocalComponentID]; 1804ComponentHashtableEntry entry = (ComponentHashtableEntry)OleComponents[dwLocalComponentID]; 1832ComponentHashtableEntry entry = (ComponentHashtableEntry)OleComponents[dwLocalComponentID]; 1864ComponentHashtableEntry entry = (ComponentHashtableEntry)OleComponents[dwLocalComponentID]; 2068ComponentHashtableEntry entry = (ComponentHashtableEntry)OleComponents[dwLocalComponentID];
winforms\Managed\System\WinForms\AxHost.cs (7)
2638rval = (CategoryAttribute) objectDefinedCategoryNames[key]; 2895PropertyInfo propInfo = (PropertyInfo)propertyInfos[propName]; 2915PropertyDescriptor propDesc = (PropertyDescriptor)properties[propName]; 4875fdesc = (NativeMethods.FONTDESC)fontTable[font]; 5350rval = (UnsafeNativeMethods.IExtender) proxyCache[ctl]; 5640return comps[ctl] != null; 6888pVar = bag[pszPropName];
winforms\Managed\System\WinForms\BindingContext.cs (1)
336wRef = listManagers[key] as WeakReference;
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
981CheckedItems.SetCheckedState(j, (CheckState)savedcheckedItems[j]);
winforms\Managed\System\WinForms\ComboBox.cs (2)
4843return base[key]; 5819if (ACWindows[acHandle] == null) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
273Com2ExtendedBrowsingHandler handler = (Com2ExtendedBrowsingHandler)handlers[t];
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
238CachedProperties cp = (CachedProperties)processedLibraries[typeGuid]; 847return (Type)builtEnums[enumName]; 1102Object queue = queuedTypes[t];
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
283entry = nativeProps[oldKey] as Com2Properties; 307Com2Properties propsInfo = (Com2Properties)nativeProps[component];
winforms\Managed\System\WinForms\Control.cs (1)
18810pVar = bag[pszPropName];
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
6824SolidBrush brush = (SolidBrush) this.brushes[color]; 6850Pen pen = (Pen) this.pens[color]; 6876return (TypeConverter)this.converters[type];
winforms\Managed\System\WinForms\DataObject.cs (4)
2116DataStoreEntry dse = (DataStoreEntry)data[format]; 2131DataStoreEntry found = (DataStoreEntry)data[mappedFormats[i]]; 2248Debug.Assert(data[baseVar[i]] != null, "Null item in data collection with key '" + baseVar[i] + "'"); 2249if (((DataStoreEntry)data[baseVar[i]]).autoConvert) {
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
530outputError = (string) controlError[errBindings[j].Control]; 746ControlItem item = (ControlItem)items[control]; 760ErrorWindow window = (ErrorWindow)windows[parent];
winforms\Managed\System\WinForms\HelpProvider.cs (4)
121return(string)keywords[ctl]; 137object nav = navigators[ctl]; 154return(string)helpStrings[ctl]; 169object b = showHelp[ctl];
winforms\Managed\System\WinForms\ListView.cs (2)
8872return (ListViewItem)owner.listItemsTable[DisplayIndexToID(displayIndex)]; 9073return owner.listItemsTable[item.ID] == item;
winforms\Managed\System\WinForms\MenuItem.cs (1)
993WeakReference weakRef = (WeakReference)allCreatedMenuItems[uniqueID];
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1359int nButton = (int)designerSelections[designerKey.GetHashCode()]; 4102if (designerSelections != null && designerSelections.ContainsKey(hashCode) && (int)designerSelections[hashCode] == tabIndex) { 4709peMain = (GridEntry)viewTabProps[tabName];
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
63this.InternalExpanded = (bool)categoryStates[name];
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6424return base[key];
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
317 ArrayList bin = (ArrayList)bins[category];
winforms\Managed\System\WinForms\StatusBar.cs (2)
1732toRemove = (Tool)tools[key]; 1773return(Tool)tools[key];
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1203return _dictionary[key];
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1570ToolStripMenuItem item = activeControlInChain.ContextMenuStrip.Shortcuts[shortcut] as ToolStripMenuItem; 1661ToolStripMenuItem item = toolStrip.Shortcuts[shortcut] as ToolStripMenuItem;
winforms\Managed\System\WinForms\ToolTip.cs (15)
181return ((TipInfo)this.tools[tool])?.Caption; 360TipInfo tt = (TipInfo)tools[windowControl]; 1238TipInfo tt = (TipInfo)tools[control]; 1590TipInfo tt = (TipInfo)tools[associatedControl]; 2029TipInfo tt = (TipInfo)tools[tool]; 2053TipInfo tt = (TipInfo)tools[tool]; 2192IWin32Window win = (IWin32Window)owners[ti.hwnd]; 2201TipInfo tt = (TipInfo)tools[win]; 2237IWin32Window win = (IWin32Window)owners[ti.hwnd]; 2293IWin32Window win = (IWin32Window)owners[ti.hwnd]; 2403IWin32Window win = (IWin32Window)owners[ti.hwnd]; 2415tt = (TipInfo)tools[win]; 2497IWin32Window win = (IWin32Window)owners[ti.hwnd]; 2507TipInfo tt = (TipInfo)tools[win]; 2612IWin32Window win = (IWin32Window)owners[ti.hwnd];
winforms\Managed\System\WinForms\TreeView.cs (1)
1953TreeNode node = (TreeNode)nodeTable[handle];
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (2)
1059tHandle = (ThemeHandle) themeHandles[className]; 1108tHandle = (ThemeHandle) themeHandles[className];
System.Windows.Forms.DataVisualization (26)
Common\Borders3D\Borders3D.cs (4)
642 if(registeredBorderTypes[name].GetType() == borderType) 689 ((Type)registeredBorderTypes[name]).Assembly. 690 CreateInstance(((Type)registeredBorderTypes[name]).ToString()); 693 return (IBorderType)_createdBorderTypes[name];
Common\ChartTypes\ChartTypeRegistry.cs (5)
172 if(registeredChartTypes[name].GetType() == chartType) 229 ((Type)registeredChartTypes[name]).Assembly. 230 CreateInstance(((Type)registeredChartTypes[name]).ToString()); 233 return (IChartType)_createdChartTypes[name]; 267IChartType chartType = (IChartType)_createdChartTypes[name];
Common\ChartTypes\StackedBarChart.cs (1)
182 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];
Common\ChartTypes\StackedColumnChart.cs (1)
175 currentGroupTotalPerPoint = (double[])this._stackedGroupsTotalPerPoint[currentStackedGroupName];
Common\DataManager\DataPoint.cs (9)
2357 clonePoint.properties.Add(key, this.properties[key]); 2960 return (string)series.EmptyPointStyle.properties[name]; 2964 return (string)series.properties[name]; 2973 return (string)properties[name]; 3229 return (string)series.EmptyPointStyle.properties[name]; 3232 return (string)series.properties[name]; 3234 return (string)properties[name]; 4701 if(customAttribute && properties[attributeName] != null) 4707string attributeValue = properties[attributeName].ToString().Replace(",", "\\,");
Common\Formulas\FormulaRegistry.cs (4)
73 if(registeredModules[name].GetType() == moduleType) 138 ((Type)registeredModules[name]).Assembly. 139 CreateInstance(((Type)registeredModules[name]).ToString()); 142 return (IFormula)_createdModules[name];
Common\General\ChartAreaAxes.cs (1)
1242ArrayList list = (ArrayList)groupsHashTable[groupName];
Common\Utilities\ImageLoader.cs (1)
178 image = (System.Drawing.Image)_imageData[imageURL];
System.Workflow.Activities (14)
Code.cs (1)
79if (hashtable == null || hashtable["ExecuteCode"] == null)
CodeExpressionRuleDeclaration.cs (1)
99if (hashtable == null || hashtable["Condition"] == null)
Common\CompModHelpers.cs (2)
133ArrayList childActivities = (ArrayList)commonParentActivities[activity.Parent]; 1015typeName = typeNames[key] as string;
CorrelationValidator.cs (9)
512paramPath = ((CorrelationAliasAttribute)correlationAliasAttrs[paramName]).Path; 541if (delegateTypeCorrelationAliasAttrs[delegateType] == null) 550paramPath = ((CorrelationAliasAttribute)correlationAliasAttrs[paramName]).Path; 573if (memberInfo is EventInfo && ((Hashtable)delegateTypeCorrelationAliasAttrs[Helpers.GetDelegateFromEvent((EventInfo)memberInfo)])[paramName] != null) 592paramPath = ((CorrelationAliasAttribute)correlationAliasAttrs[paramName]).Path; 598if (memberInfo is EventInfo && ((Hashtable)delegateTypeCorrelationAliasAttrs[Helpers.GetDelegateFromEvent((EventInfo)memberInfo)])[paramName] != null) 606else if (paramTypes.ContainsKey(paramName) && (Type)paramTypes[paramName] != paramType) 609ValidationError error = new ValidationError(SR.GetString(CultureInfo.CurrentCulture, SR.Error_CorrelationTypeNotConsistent, paramPath, typeof(CorrelationAliasAttribute).Name, (memberInfo.DeclaringType == interfaceType) ? memberInfo.Name : memberInfo.DeclaringType.Name, paramType.Name, ((Type)paramTypes[paramName]).Name, paramName, interfaceType.Name), ErrorNumbers.Error_CorrelationTypeNotConsistent); 906ParameterInfo paramInfo = parameterCollection[paramName] as ParameterInfo;
Rules\Helpers.cs (1)
203rules = (RuleDefinitions)cloneableOrNullRulesResources[workflowType];
System.Workflow.ComponentModel (51)
AuthoringOM\Activity.cs (5)
887string path = (string)lookupPaths[activityQualifiedName]; 892string thisPath = (string)lookupPaths[this.QualifiedName]; 1147Activity parentContextActivity = (Activity)ContextIdToActivityMap[contextInfo.ParentContextId]; 2195string thisLookupPath = (string)lookupPaths[this.QualifiedName]; 2296Activity childActivity = (Activity)deserializedActivities[prefix.Length == 0 ? index.ToString(CultureInfo.InvariantCulture) : prefix + "." + index.ToString(CultureInfo.InvariantCulture)];
AuthoringOM\ActivityExecutor.cs (6)
158ActivityExecutor[] activityExecutors = executors[activityType] as ActivityExecutor[]; 164activityExecutors = executors[activityType] as ActivityExecutor[]; 196activityExecutors[index] = (ActivityExecutor)typeToExecutorMapping[activityExecutorsObjects[index].GetType()]; 213ActivityExecutor activityExecutor = typeToExecutorMapping[executorType] as ActivityExecutor; 219activityExecutor = typeToExecutorMapping[executorType] as ActivityExecutor; 226return (ActivityExecutor)typeToExecutorMapping[executorType];
AuthoringOM\Behaviors\ExceptionHandlers.cs (2)
182if (exceptionTypes[catchType] == null) 187else if ((int)exceptionTypes[catchType] == 1)
AuthoringOM\Bind.cs (4)
947if (this.activityBinds[activity] != null) 949List<ActivityBind> binds = this.activityBinds[activity] as List<ActivityBind>; 965if (this.activityBinds[activity] == null) 968((List<ActivityBind>)this.activityBinds[activity]).Add(bind);
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
50return ((List<ActivityCodeGenerator>)this.hashOfGenerators[type]).ToArray();
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (6)
438PropertyInfo wrapperInfo = (PropertyInfo)this.memberMapping[realInfo]; 448MethodInfo wrapperInfo = (MethodInfo)this.memberMapping[realInfo]; 474ConstructorInfo wrapperInfo = (ConstructorInfo)this.memberMapping[realInfo]; 485EventInfo wrapperInfo = (EventInfo)this.memberMapping[realInfo]; 495FieldInfo wrapperInfo = (FieldInfo)this.memberMapping[realInfo]; 575Type returnType = this.boundedTypes[typeArgs] as Type;
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (8)
78AssemblyLoader assemblyLoader = (AssemblyLoader)this.rawAssemblyLoaders[assembly]; 112AssemblyLoader assemblyLoader = this.assemblyLoaders[path] as AssemblyLoader; 156CodeDomLoader codeDomLoader = this.compileUnitLoaders[codeCompileUnit] as CodeDomLoader; 364returnType = this.hashOfDTTypes[name] as Type; 388returnType = this.designTimeTypes[typeName] as Type; 476returnType = (Type)this.hashOfRTTypes[returnType]; 882CodeDomLoader codeDomLoader = this.compileUnitLoaders[entry.Key] as CodeDomLoader; 973((RTTypeWrapper)this.hashOfRTTypes[type]).OnAssemblyRemoved(assembly);
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
65return ((List<Validator>)this.hashOfValidators[type]).ToArray();
AuthoringOM\Design\DesignerHelpers.cs (1)
1330if (visitedComponents[component.GetHashCode()] == null)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
457node = assemblyNodes[type.Assembly] as TreeNode;
AuthoringOM\Design\DocumentOutline.cs (5)
158this.treeView.SelectedNode = this.activityToNodeMapping[selectionService.PrimarySelection] as WorkflowOutlineNode; 261return this.activityToNodeMapping[activity] as WorkflowOutlineNode; 383WorkflowOutlineNode node = this.activityToNodeMapping[e.Component] as WorkflowOutlineNode; 394WorkflowOutlineNode node = this.activityToNodeMapping[e.Component] as WorkflowOutlineNode; 411this.treeView.SelectedNode = this.activityToNodeMapping[selectionService.PrimarySelection] as WorkflowOutlineNode;
AuthoringOM\Design\PropertyDescriptors.cs (1)
210properties[key] = newProperties[key];
AuthoringOM\Design\TypeConverters.cs (2)
68return Activator.CreateInstance(this.conditionDecls[value] as Type); 112Type declType = this.conditionDecls[key] as Type;
AuthoringOM\Design\XomlDesignerLoader.cs (2)
108OnDisposeService(serviceType, this.createdServices[serviceType]); 427object existingService = this.createdServices[serviceType];
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
166Activity contextActivity = (Activity)Activity.ContextIdToActivityMap[this.cid];
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (1)
167string typeName = typeNames[key] as string;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
725dependencyProperties.Add(dependencyProperty, designTimeTypeNames[dependencyProperty]);
Shared\CompModHelpers.cs (2)
131ArrayList childActivities = (ArrayList)commonParentActivities[activity.Parent]; 1013typeName = typeNames[key] as string;
Shared\XomlSerializationHelpers.cs (1)
447handler = dynamicEvents[eventName] as string;
System.Workflow.Runtime (4)
WorkflowDefinitionDispenser.cs (4)
430node = this.hashtable[md5Codes] as LinkedListNode<Activity>; 457node = this.hashtable[key] as LinkedListNode<Activity>; 463node = this.hashtable[key] as LinkedListNode<Activity>; 481node = this.hashtable[key] as LinkedListNode<Activity>;
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivity.cs (1)
1329this.RequestContext = requestContextsCache[keyValue] as WorkflowRequestContext;
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
212endpointData = (KeyValuePair<string, Type>) this.endpointMappings[address];
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
257ContractInfo contractInfo = contractInfoCollection[contractType] as ContractInfo; 262contractInfo = contractInfoCollection[contractType] as ContractInfo;
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (2)
69PathInfo pathInfo = (PathInfo)pathCache[path]; 77pathInfo = (PathInfo)pathCache[path];
System.Xml (237)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
160this.idAttrName = (XmlQualifiedName) this.elemIdMap[new XmlQualifiedName(localName, prefix)];
System\Xml\Dom\XmlDocument.cs (5)
172if ( htElementIDAttrDecl == null || htElementIDAttrDecl[eleName] == null ) { 188return (XmlName)(htElementIDAttrDecl[newName]); 227ArrayList elementList = (ArrayList)(htElementIdMap[id]); 235ArrayList elementList = (ArrayList)(htElementIdMap[id]); 768ArrayList elementList = (ArrayList)(htElementIdMap[elementId]);
System\Xml\Schema\ContentValidator.cs (11)
73object lookup = names[name]; 113object lookup = wildcards[wildcard]; 129match.Add(names[name]); 135match.Add(wildcards[wildcard]); 150object lookup = names[name]; 155lookup = wildcards[name.Namespace]; 169object lookup = names[name]; 1340Debug.Assert(state == (int)stateTable[statePosSet]); // just make sure that statePosSet is for correct state 1360object lookup = stateTable[newset]; 1931if (elements[name] != null) { 1955object lookup = elements[name];
System\Xml\Schema\DataTypeImplementation.cs (3)
246XmlSchemaSimpleType derivedType = (XmlSchemaSimpleType) builtinTypes[new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs)]; 253baseType = (XmlSchemaSimpleType) builtinTypes[new XmlQualifiedName( ((SchemaDatatypeMap)(c_XsdTypes[sdm.ParentIndex])).Name, XmlReservedNs.NsXs)]; 296return (XmlSchemaSimpleType)builtinTypes[qname];
System\Xml\Schema\DtdValidator.cs (1)
355return IDs == null ? null : IDs[name];
System\Xml\Schema\NamespaceList.cs (2)
94return set[ns] != null; 302if (this.set[tns] != null) {
System\Xml\Schema\Preprocessor.cs (10)
96if (schemaLocations[rootSchema.BaseUri] == null) { 251if (includeLocation != null && schemaLocations[includeLocation] == null) { 299if (schemaLocations[ruri] == null) { // Only if location already not processed 361include.Schema = (XmlSchema)schemaLocations[ruri]; //Set schema object even for duplicates 435if(referenceNamespaces[ns] == null) 445if(referenceNamespaces[tns] == null) { 583if (processedExternals[includedSchema] != null) { 595if (processedExternals[includedSchema] != null) { 1725if(referenceNamespaces[value.Namespace] == null) { 1752XmlSchema chameleonSchema = (XmlSchema)chameleonSchemas[cKey]; //Need not clone if a schema for that namespace already exists
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
136if (includeLocation != null && schemaLocations[includeLocation] == null) { 151if (include.Schema.BaseUri != null && schemaLocations[include.Schema.BaseUri] == null) { 162if(schemaLocations[subUri] != null) { 192if (ruri != null && schemaLocations[ruri] == null) { 240if(ns != null && referenceNamespaces[ns] == null) 246if(schema.TargetNamespace != null && referenceNamespaces[schema.TargetNamespace] == null) 1370if (this.schema.Ids[xso.IdAttribute] != null) { 1405if(referenceNamespaces[value.Namespace] == null) {
System\Xml\Schema\SchemaElementDecl.cs (1)
215if (presence[attdef.Name] == null) {
System\Xml\Schema\SchemaNamespacemanager.cs (1)
28object uri = namespaces[prefix];
System\Xml\Schema\SchemaSetCompiler.cs (1)
49if (schemasToCompile[schema] != null) {
System\Xml\Schema\XdrBuilder.cs (5)
680if (builder._UndeclaredElements[qname] != null) { 829pAttdef = (SchemaAttDef)builder._ElementDef._AttDefList[pName]; 933if (builder._ElementDef._AttDefList[qname] == null) { 1057SchemaElementDecl ed = (SchemaElementDecl)builder._UndeclaredElements[qname]; 1136attdef = (SchemaAttDef)builder._ElementDef._AttDefList[qname];
System\Xml\Schema\XdrValidator.cs (1)
533return IDs == null ? null : IDs[name];
System\Xml\Schema\XmlSchema.cs (2)
178ignoreXS = this.Namespaces.Namespaces["xs"] != null || this.Namespaces.Namespaces.ContainsValue(XmlReservedNs.NsXs); 193if (serializerNS["xs"] == null && !serializerNS.ContainsValue(XmlReservedNs.NsXs)) { //Prefix xs not defined AND schema namespace not already mapped to a prefix
System\Xml\Schema\XmlSchemaCollection.cs (1)
340if (collection[ns] != null)
System\Xml\Schema\XmlSchemaSet.cs (13)
452if (disallowedNamespaces[importedNS] == null) { 500return targetNamespaces[targetNamespace] != null; 651if (targetNamespaces[tns] == null) { 663if (targetNamespaces[tns] == null) { 821if (validatedNamespaces[targetNamespace] != null) { 852if (validatedNamespaces[tns] != null && (FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) ) { 867schema = (XmlSchema)schemaLocations[schemaUri]; 889schema = (XmlSchema)chameleonSchemas[cKey]; //Need not clone if a schema for that namespace already exists 923if (targetNamespaces[tns] == null) { 935if (targetNamespaces[tns] == null) { 1084if (schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && schemaLocations[baseUri] != null)) { 1093if (targetNamespaces[tns] == null) { 1218schema = (XmlSchema)schemaLocations[schemaUri];
System\Xml\Schema\XmlSchemaValidator.cs (12)
310if (validatedNamespaces[tns] != null && schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) { 327if (validatedNamespaces[tns] != null && schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) { 434if (validatedNamespaces[namespaceUri] == null) { 483if (attPresence[attQName] != null) { //this attribute already checked as it is duplicate; 634if (validatedNamespaces[ns] == null) { 866if (attPresence[attDef.Name] == null) { 1330if (attPresence[xsiTypeSO.QualifiedName] == null) { 1333if (attPresence[xsiNilSO.QualifiedName] == null) { 1336if (attPresence[xsiSLSO.QualifiedName] == null) { 1339if (attPresence[xsiNoNsSLSO.QualifiedName] == null) { 1690return IDs == null ? null : IDs[name]; 1765if (attPresence[attdef.Name] == null) {
System\Xml\Schema\XsdValidator.cs (1)
644return IDs == null ? null : IDs[name];
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (4)
73if (Names[name] != null) { 74List.Remove(Names[name]); 99if (Names[name] != null) { 100if (Names[name].GetType() != extension.GetType()) {
System\Xml\Serialization\CodeIdentifiers.cs (1)
155list.Remove(identifiers[identifier]);
System\Xml\Serialization\Compilation.cs (9)
309if (assemblies[name] != null) 399if (serializers[xmlMappings[i].Key] == null) { 502if (serializers[xmlMappings[i].Key] == null) { 586string methodName = (string)readerMethods[mapping.Key]; 613string methodName = (string)writerMethods[mapping.Key]; 631return assemblies != null && name != null ? (Assembly)assemblies[name] : null; 707get { return (TempAssembly)cache[new TempAssemblyCacheKey(ns, o)]; } 713if (cache[key] == assembly) return; 716clone.Add(k, cache[k]);
System\Xml\Serialization\Compiler.cs (1)
51if (types[type] != null)
System\Xml\Serialization\ImportContext.cs (12)
133ArrayList list = (ArrayList)ObjectCache[key]; 149Warnings.Add("DEBUG:Cached item key:\r\n" + (string)looks[cachedItem] + "\r\nnew item key:\r\n" + (string)looks[item]); 162if (Hash[o1] == null) 164int hash1 = (int)Hash[o1]; 175if (refs[o] == null) { 178ArrayList list = Graph[o] as ArrayList; 192object cachedHash = Hash[list[i]]; 210object hash = Hash[o]; 272if (scope[item] != null) 273return (ArrayList)scope[item]; 284if (item == null || scope[item] != null)
System\Xml\Serialization\Models.cs (2)
38TypeModel model = (TypeModel)models[type]; 70TypeModel model = (TypeModel)arrayModels[type];
System\Xml\Serialization\NameTable.cs (3)
48return table[new NameKey(qname.Name, qname.Namespace)]; 56return table[new NameKey(name, ns)]; 64return table[new NameKey(name, ns)];
System\Xml\Serialization\SoapAttributeOverrides.cs (4)
36Hashtable members = (Hashtable)types[type]; 41else if (members[member] != null) { 63Hashtable members = (Hashtable)types[type]; 65return (SoapAttributes)members[member];
System\Xml\Serialization\SoapCodeExporter.cs (1)
89if (ExportedMappings[mapping] == null) {
System\Xml\Serialization\SoapSchemaExporter.cs (4)
199XmlSchemaComplexType type = (XmlSchemaComplexType)types[mapping]; 278XmlSchemaComplexType type = (XmlSchemaComplexType)types[mapping]; 305XmlSchemaComplexType type = (XmlSchemaComplexType)types[mapping]; 351XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)types[mapping];
System\Xml\Serialization\SoapSchemaImporter.cs (3)
232TypeMapping mapping = (TypeMapping)ImportedMappings[type]; 289Mapping previousMapping = (Mapping)ImportedMappings[type]; 547TypeMapping mapping = (TypeMapping)ImportedMappings[dataType];
System\Xml\Serialization\Types.cs (7)
584if (primitiveTypes[type] == null) 600if (primitiveTypes[type] == null) 625return (TypeDesc)primitiveDataTypes[dataType]; 644TypeDesc typeDesc = (TypeDesc)primitiveTypes[type]; 646typeDesc = (TypeDesc)typeDescs[type]; 659TypeDesc typeDesc = (TypeDesc)arrayTypeDescs[type]; 1227string wsdlNs = (string)parent.Namespaces.Namespaces[ns];
System\Xml\Serialization\XmlAttributeOverrides.cs (4)
36Hashtable members = (Hashtable)types[type]; 41else if (members[member] != null) { 63Hashtable members = (Hashtable)types[type]; 65return (XmlAttributes)members[member];
System\Xml\Serialization\XmlCodeExporter.cs (2)
122if (ExportedMappings[mapping] == null) { 160codeClass = (CodeTypeDeclaration)ExportedClasses[mapping];
System\Xml\Serialization\Xmlcustomformatter.cs (1)
389object id = vals[parts[i]];
System\Xml\Serialization\XmlReflectionImporter.cs (4)
447SpecialMapping mapping = (SpecialMapping)specials[type]; 580existingMapping = (TypeMapping)anonymous[type]; 630mapping = type == null ? null : (TypeMapping)anonymous[type]; 796if (ids[member.SequenceId] != null) {
System\Xml\Serialization\XmlSchemaExporter.cs (8)
233XmlSchemaElement element = (XmlSchemaElement)elements[accessor]; 551XmlSchemaComplexType type = (XmlSchemaComplexType) types[currentMapping]; 674if (this.attributes[accessor] == null) { 729XmlSchemaElement element = (XmlSchemaElement)elements[accessor]; 863if (references[mapping] != null) 867XmlSchemaComplexType type = (XmlSchemaComplexType)types[mapping]; 895model.IsMixed = XmlSchemaImporter.IsMixed((XmlSchemaComplexType)types[mapping.BaseMapping]); 1008XmlSchemaSimpleType dataType = (XmlSchemaSimpleType)types[mapping];
System\Xml\Serialization\XmlSchemaImporter.cs (7)
276ElementAccessor accessor = (ElementAccessor)ImportedElements[element]; 279ElementAccessor existing = (ElementAccessor)ImportedElements[element]; 468TypeMapping mapping = (TypeMapping)ImportedMappings[type]; 556Mapping previousMapping = (Mapping)ImportedMappings[type]; 774object val = uniqueTypeDescs[tdFullName]; 1185Mapping previousMapping = (Mapping)ImportedMappings[type]; 1591TypeMapping mapping = (TypeMapping)ImportedMappings[dataType];
System\Xml\Serialization\XmlSchemas.cs (4)
110if (delayedSchemas[schema] == null) 367if (MergedSchemas[schema] != null) 438+ "' Plase Compare hash:\r\n" + Cache.looks[dest] + "\r\n" + Cache.looks[o]);
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (5)
98if (generatedMethods[mapping] == null) { 103return (string)methodNames[mapping]; 195if (uniqueTypes[type] != null) 328writer.Write((string)serializers[key]); 357writer.Write((string)serializers[xmlMappings[i].Key]);
System\Xml\Serialization\XmlSerializationILGen.cs (5)
112if (generatedMethods[mapping] == null) { 116return (string)methodNames[mapping]; 227if (uniqueTypes[type] != null) 403ConstructorInfo ctor = CreatedTypes[(string)serializers[key]].GetConstructor( 442ConstructorInfo ctor = CreatedTypes[(string)serializers[xmlMappings[i].Key]].GetConstructor(
System\Xml\Serialization\XmlSerializationReader.cs (16)
1431object target = targets != null ? targets[id] : null; 1500Type arrayType = (Type)types[new XmlQualifiedName(typeName, typeNs)]; 1528elementType = (Type)types[qname]; 1557XmlQualifiedName newQname = (XmlQualifiedName)typesReverse[elementType]; 1742XmlSerializationReadCallback callback = (XmlSerializationReadCallback)callbacks[typeId]; 2188string idName = (string)idNames[id]; 2264methodName = (string)MethodNames[mapping]; 2694object m = Enums[uniqueName]; 2704m = Enums[uniqueName]; 2790string methodName = (string)MethodNames[mapping]; 2842if (cases[c.XmlName] == null) { 2958string methodName = (string)MethodNames[nullableMapping]; 3008string methodName = (string)MethodNames[structMapping]; 3194string methodName = (string)MethodNames[structMapping]; 3322CreateCollectionInfo create = (CreateCollectionInfo)createMethods[typeDesc]; 3420string idName = (string)idNames[name];
System\Xml\Serialization\XmlSerializationReaderILGen.cs (7)
948object m = Enums[uniqueName]; 958m = Enums[uniqueName]; 1049string methodName = (string)MethodNames[mapping]; 1108if (cases[c.XmlName] == null) { 1306string methodName = (string)MethodNames[nullableMapping]; 1355string methodName = (string)MethodNames[structMapping]; 1835string idName = (string)idNames[name];
System\Xml\Serialization\XmlSerializationWriter.cs (18)
427string aliasNs = (string)namespaces.Namespaces[alias]; 454string aliasNs = (string)namespaces.Namespaces[alias]; 785string id = (string)references[o]; 1240return (TypeEntry)typeEntries[t]; 1268string oldNs = namespaces.Namespaces[prefix] as string; 1384string methodName = (string)MethodNames[typeMapping]; 1833string methodName = (string)MethodNames[mapping]; 1862if (values[c.Value] == null) { 2027string methodName = (string)MethodNames[mapping]; 2874string methodName = (string)MethodNames[element.Mapping]; 3253object oIsTypeDynamic = tableIsTypeDynamic[type]; 3299if (assemblyToNameMap[a] != null) { 3303Assembly oldAssembly = nameToAssemblyMap[a.FullName] as Assembly; 3319return nameToAssemblyMap!=null?(Assembly)nameToAssemblyMap[fullName]:null; 3322return assemblyToNameMap!=null?(string)assemblyToNameMap[a]:null; 3362string typeVariable = (string)reflectionVariables[typeFullName]; 3476string assemblyVariable = (string)reflectionVariables[assemblyFullName]; 3575return (string)reflectionVariables[key];
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
555string methodName = (string)MethodNames[mapping]; 584if (values[c.Value] == null) { 876string methodName = (string)MethodNames[mapping];
System\Xml\Serialization\XmlSerializer.cs (9)
446TypeDesc typeDesc = (TypeDesc)TypeScope.PrimtiveTypes[primitiveType]; 488serializers[i] = (XmlSerializer)contract.TypedSerializers[mappings[i].Key]; 503serializers[i] = (XmlSerializer)contract.TypedSerializers[mappings[i].Key]; 513typedMappingTable = xmlSerializerTable[type] as Hashtable; 524serializers[i] = typedMappingTable[mappingKey] as XmlSerializer; 541index = (int)pendingKeys[mappingKey]; 542serializers[index] = (XmlSerializer)contract.TypedSerializers[mappingKey.Mapping.Key]; 568serializers[i] = (XmlSerializer)contract.TypedSerializers[mappings[i].Key]; 726TypeDesc typeDesc = (TypeDesc)TypeScope.PrimtiveTypes[type];
System\Xml\Serialization\XmlSerializerFactory.cs (2)
70return (XmlSerializer)tempAssembly.Contract.TypedSerializers[xmlTypeMapping.Key]; 140return (XmlSerializer)tempAssembly.Contract.TypedSerializers[mapping.Key];
System\Xml\Serialization\XmlSerializerNamespaces.cs (2)
93namespaceList.Add(new XmlQualifiedName(key, (string)Namespaces[key])); 115if (!string.IsNullOrEmpty(prefix) && (string)namespaces[prefix] == ns) {
System\Xml\XmlDownloadManager.cs (2)
56OpenedHost openedHost = (OpenedHost)connections[webReq.Address.Host]; 82OpenedHost openedHost = (OpenedHost)connections[host];
System\Xml\XmlDownloadManagerAsync.cs (1)
50OpenedHost openedHost = (OpenedHost)connections[webReq.Address.Host];
System\Xml\XPath\Internal\XPathParser.cs (3)
463ParamInfo pi = (ParamInfo) functionTable[name]; 576ParamInfo pi = (ParamInfo) functionTable["id"]; 763object axis = AxesTable[scaner.Name];
System\Xml\Xslt\XsltArgumentList.cs (4)
29return this.parameters[new XmlQualifiedName(name, namespaceUri)]; 33return this.extensions[namespaceUri]; 54object parameter = this.parameters[qname]; 60object extension = this.extensions[namespaceUri];
UIAutomationClient (3)
MS\Internal\Automation\ProxyManager.cs (3)
510proxyDescOrArrayList = _classHandlers[className]; 527proxyDescOrArrayList = _classHandlers[baseClassName]; 585entryOrArrayList = _imageOnlyHandlers[imageName];
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\EventManager.cs (5)
69raiseEvent = (RaiseEvent)_objectIdWindow[idProp]; 79raiseEvent = (RaiseEvent)_objectIdClient[idProp]; 90raiseEvent = (RaiseEvent)_objectIdScroll[idProp]; 100raiseEvent = (RaiseEvent)_objectIdCaret[idProp]; 111raiseEvent = (RaiseEvent)_objectIdMenu[idProp];
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (5)
96eventTable = (Hashtable)(_hwndTable[hwnd]); 107eventTable[key] = eventTable.ContainsKey(key) ? (int)eventTable[key] + 1 : 1; 124Hashtable eventTable = (Hashtable)(_hwndTable[hwnd]); 133int refcount = (int)eventTable[key] - 1; 193Hashtable eventTable = (Hashtable)_hwndTable[hwnd];
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
80GroupManager manager = _groupManagers[hwnd] as GroupManager;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
140MenuParentInfo parentInfo = (MenuParentInfo)_expandedMenus[hwndMenu]; 1028parentInfo = (MenuParentInfo)_expandedMenus[IntPtr.Zero];
WindowsBase (17)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
403object methodObj = _getMethodCache[dp]; 570object methodObj = _setMethodCache[dp];
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
187AttachInfo info = (AttachInfo)_attachInfoMap[dp];
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
147PropertyDescriptorCollection properties = (PropertyDescriptorCollection)_typeProperties[_objectType];
Base\MS\Internal\WeakEventTable.cs (4)
119get { return (WeakEventManager)_managerTable[managerType]; } 131return (WeakEventManager)_eventNameTable[key]; 149object result = _dataTable[key]; 314object data = _dataTable[keys[i]];
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (3)
665return ((DataSpaceDefinition) _dataSpaceDefinitions[dataSpaceLabel]); 892TransformInstance transformInstance = _transformDefinitions[transformLabel] as TransformInstance; 1286DataSpaceDefinition definition = (DataSpaceDefinition) _dataSpaceDefinitions[name];
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
556(ArrayList)core.validEnumerators[EnumeratorTypes.OnlyStreams]; 586(ArrayList)core.validEnumerators[EnumeratorTypes.OnlyStorages];
Base\System\Windows\DependencyProperty.cs (1)
1022dp = (DependencyProperty)PropertyFromName[key];
Shared\MS\Utility\FrugalMap.cs (1)
1594object value = _entries[key];
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
370return (Assembly)_loadedAssembliesHash[assemblyNameLookup]; 385Assembly retassem = (Assembly)_loadedAssembliesHash[assemblyShortName];