Implemented interface member:
property
Values
System.Collections.IDictionary.Values
1 override of Values
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1359public override ICollection Values
57 references to Values
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
134foreach (XmlSchema schema in _schemasToCompile.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
705foreach (SchemaElementDecl ed in builder._UndeclaredElements.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\NameTable.cs (2)
90get { return _table.Values; } 96_table.Values.CopyTo(a, 0);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
919IEnumerator enumerator = uniqueTypeDescs.Values.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
736foreach (XmlSchema s in delayedSchemas.Values) 746foreach (XmlSchema s in References.Values)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
990foreach (XmlSchema schema in references.Values) 997foreach (XmlSchema schema in references.Values)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
205foreach (IExpirableItem item in _entries.Values)
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
626foreach (string name in denyList.Values)
PresentationFramework (4)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
313ICollection values = _xamlElementContentDescriptorDictionary.Values;
System\Windows\ResourceDictionary.cs (3)
2329_baseDictionary.Values.CopyTo(values, 0); 2390_baseDictionary.Values.CopyTo(values, 0); 2417foreach (object value in _baseDictionary.Values)
System.Collections.NonGeneric (1)
System\Collections\DictionaryBase.cs (1)
61get { return InnerHashtable.Values; }
System.Collections.Specialized (2)
System\Collections\Specialized\HybridDictionary.cs (1)
217return hashtable.Values;
System\Collections\Specialized\StringDictionary.cs (1)
111return contents.Values;
System.Configuration.ConfigurationManager (23)
System\Configuration\BaseConfigurationRecord.cs (3)
650foreach (SectionRecord sectionRecord in _sectionRecords.Values) 3400IEnumerable children = _children.Values; 3506foreach (BaseConfigurationRecord child in _children.Values) child.CloseRecursive();
System\Configuration\MgmtConfigurationRecord.cs (10)
292foreach (string subPath in _locationTags.Values) 317foreach (FactoryRecord factoryRecord in configRecord._factoryRecords.Values) 511foreach (SectionRecord sectionRecord in current._sectionRecords.Values) 866foreach (FactoryId factoryId in SectionFactories.Values) 883foreach (FactoryId factoryId in SectionGroupFactories.Values) 1302foreach (FactoryRecord factoryRecord in _factoryRecords.Values) 1410foreach (SectionRecord sectionRecord in _sectionRecords.Values) 1443foreach (ConfigurationSectionGroup configSectionGroup in _sectionGroups.Values) 1747foreach (FactoryRecord factoryRecord in _factoryRecords.Values) 1773foreach (SectionRecord sectionRecord in _sectionRecords.Values)
System\Configuration\Provider\ProviderCollection.cs (2)
22return _hashtable.Values.GetEnumerator(); 33_hashtable.Values.CopyTo(array, index);
System\Configuration\SectionUpdates.cs (6)
66foreach (SectionUpdates sectionUpdates in _groups.Values) 139foreach (SectionUpdates sectionUpdates in _groups.Values) 148foreach (SectionUpdates sectionUpdates in _groups.Values) sectionUpdates.MarkAsRetrieved(); 160foreach (SectionUpdates sectionUpdates in _groups.Values) 175foreach (Update update in _sections.Values) 194foreach (Update update in _sections.Values)
System\Configuration\SettingsPropertyCollection.cs (2)
67return _hashtable.Values.GetEnumerator(); 115_hashtable.Values.CopyTo(array, index);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
414descriptors.Values.CopyTo(properties, 0);
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
254foreach (string registeredPrefix in _uriPrefixes.Values)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1365return _table.Values;
System.Private.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (1)
144foreach (XmlSchema? schema in _schemasToCompile.Values)
System\Xml\Schema\XdrBuilder.cs (1)
695foreach (SchemaElementDecl? ed in builder._UndeclaredElements.Values)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
819IEnumerator enumerator = uniqueTypeDescs.Values.GetEnumerator();
System\Xml\Serialization\XmlSchemas.cs (2)
630foreach (XmlSchema s in delayedSchemas.Values) 640foreach (XmlSchema s in References.Values)
System\Xml\Serialization\XmlSerializationReader.cs (2)
2295foreach (CreateCollectionInfo c in _createMethods.Values) 2301foreach (string idName in _idNames.Values)
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
73foreach (InternalWhitespaceRule rule in _qnames.Values)
System\Xml\Xsl\XsltOld\RootAction.cs (2)
120foreach (AttributeSetAction attSet in _attributeSetTable.Values) 135foreach (AttributeSetAction srcAttSet in stylesheet.AttributeSetTable.Values)
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (1)
70nsLocallyDeclared.Values.CopyTo(attrs, 0);
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (2)
60nsLocallyDeclared.Values.CopyTo(attrs, 0); 78foreach (object a in GetScopeAt(i).GetUnrendered().Values)