363 references to Values
ComSvcConfig (6)
ComplusEndpointConfigContainer.cs (1)
529foreach (List<EndpointConfig> endpoints in endpointConfigs.Values)
Options.cs (1)
406foreach (ComponentDefinition<string> compDef in comps.Values)
SvcFileManager.cs (3)
51foreach (SvcFile file in svcFiles.Values) 104foreach (SvcFile file in svcFiles.Values) 112foreach (SvcFile file in svcFiles.Values)
WasEndpointConfigContainer.cs (1)
280foreach (List<EndpointConfig> endpoints in endpointConfigs.Values)
mscorlib (9)
system\collections\generic\dictionary.cs (1)
613get { return (ICollection)Values; }
system\diagnostics\eventing\eventsource.cs (1)
6412foreach (Type enumType in mapsTab.Values)
system\reflection\emit\modulebuilder.cs (2)
410foreach (Type item in m_TypeBuilderDict.Values) 843foreach (Type builder in m_TypeBuilderDict.Values)
system\rttype.cs (2)
1155RuntimeType[] interfaces = new RuntimeType[ht.Values.Count]; 1156ht.Values.CopyTo(interfaces, 0);
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
343foreach (EventRegistrationTokenList tokens in registrationTokens.Values)
system\threading\Tasks\Task.cs (1)
6674return new List<Task>(s_currentActiveTasks.Values).ToArray();
system\timezoneinfo.cs (1)
956list = new List<TimeZoneInfo>(cachedData.m_systemTimeZones.Values);
PresentationCore (6)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
763return CMap.Values;
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
252foreach (StrokeVisual visual in _visuals.Values) 540foreach ( StrokeVisual strokeVisual in _visuals.Values )
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
422foreach (List<Stroke> strokes in highLighters.Values)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (1)
741get { return (_currentManipulators.Count > 0) ? _currentManipulators.Values : null; }
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
71foreach (WeakReference value in _dictionary.Values)
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\ObservableDictionary.cs (1)
312return _nameValues.Values;
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
128Dictionary<Guid, CachedAnnotation>.ValueCollection.Enumerator annotationsEnumerator = _currentAnnotations.Values.GetEnumerator();
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
409foreach (DependencyProperty dp in ObservedProperties.Values) 723ICollection<DependencyProperty> usedDPs = this.Values;
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
682List<Annotation> annotations = new List<Annotation>((IEnumerable<Annotation>)mapAnnotations.Values);
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
783foreach (Tuple<WordsSegmenter, SpellChecker> item in _spellCheckers.Values)
src\Framework\System\Windows\SystemResources.cs (1)
1272foreach (ResourceDictionaries dictionaries in _dictionaries.Values)
SMSvcHost (5)
System\ServiceModel\Activation\AppManager.cs (1)
93foreach (App app in apps.Values)
System\ServiceModel\Activation\ListenerAdapter.cs (1)
125existingApps.AddRange(appManager.Apps.Values);
System\ServiceModel\Activation\MsmqActivation.cs (3)
182foreach (MsmqBindingMonitor monitor in this.bindingMonitors.Values) 193foreach (MsmqBindingMonitor monitor in this.bindingMonitors.Values) 234foreach (QueueMonitorGroup group in this.groups.Values)
System (4)
compmod\system\componentmodel\design\ServiceObjectContainer.cs (1)
172foreach(object o in serviceCollection.Values) {
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1905eventList.Values.CopyTo(eventArray, 0); 1942propertyList.Values.CopyTo(propertyArray, 0);
net\System\Net\Configuration\UriSection.cs (1)
232resultSectionData.SchemeSettings.Values as IEnumerable<SchemeSettingInternal>;
System.Activities (12)
System\Activities\ActivityLocationReferenceEnvironment.cs (2)
75foreach (LocationReference declaration in activityEnvironment.declarations.Values) 211return this.Declarations.Values;
System\Activities\Hosting\SymbolResolver.cs (2)
44foreach (ExternalLocationReference reference in this.symbols.Values) 326foreach (ExternalLocationReference item in this.symbolResolver.symbols.Values)
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
149foreach (WorkflowInstanceExtensionProvider extensionProvider in filteredActivityExtensionProviders.Values)
System\Activities\Runtime\ActivityExecutor.cs (2)
1405foreach (ExecutionPropertyManager.ExecutionProperty executionProperty in this.rootPropertyManager.Properties.Values) 2311foreach (ExecutionPropertyManager.ExecutionProperty executionProperty in this.rootPropertyManager.Properties.Values)
System\Activities\Runtime\BookmarkScopeManager.cs (1)
290foreach (BookmarkManager manager in this.bookmarkManagers.Values)
System\Activities\Runtime\ExecutionPropertyManager.cs (3)
189foreach (ExecutionProperty property in currentManager.Properties.Values) 494foreach (ExecutionProperty property in this.properties.Values) 553foreach (ExecutionProperty property in this.properties.Values)
System\Activities\XamlIntegration\NamespaceTable.cs (1)
90return this.namespacesCache.Values;
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
65List<FlowNode> metaData = new List<FlowNode>(clonedFlowElements.Values); 433foreach (object viewStateValue in viewState.Values)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
284foreach (UIElement element in this.modelElement.Values)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
422foreach (UIElement element in this.modelItemToUIElement.Values)
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
327return _currentLayer.Items.Values.GetEnumerator(); 766foreach (object value in services.Values)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (1)
100foreach (PersistedState state in _persistedStates.Values)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
451foreach (SourceLocation sourceLocation in this.instanceToSourceLocationMapping.Values) 462exactLocation = FindClosestSourceLocation(approximateLocation, this.instanceToSourceLocationMapping.Values);
System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
64return new List<V>(_internalDictionary.Values);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (4)
178foreach (ChangeNotificationTracker t in this.Trackers.Values) 547foreach (ChangeNotificationTracker tracker in this.Trackers.Values) 573foreach (ChangeNotificationTracker tracker in this.Trackers.Values) 629foreach (ChangeNotificationTracker t in this.Trackers.Values)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
886return new List<ModelItem>(variables.Values);
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1112foreach (string rootNs in rootNamespaces.Values)
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
1487foreach (AddInToken tok in uniqueAddIns.Values)
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
159foreach (Storage storage in _locals.Values) {
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
197foreach (LabelInfo label in _labelInfo.Values) {
System.Data (14)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\EditingContext.cs (2)
327return _currentLayer.Items.Values.GetEnumerator(); 766foreach (object value in services.Values)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PersistedStateContainer.cs (1)
100foreach (PersistedState state in _persistedStates.Values)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
451foreach (SourceLocation sourceLocation in this.instanceToSourceLocationMapping.Values) 462exactLocation = FindClosestSourceLocation(approximateLocation, this.instanceToSourceLocationMapping.Values);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\WeakKeyDictionary.cs (1)
64return new List<V>(_internalDictionary.Values);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (4)
178foreach (ChangeNotificationTracker t in this.Trackers.Values) 547foreach (ChangeNotificationTracker tracker in this.Trackers.Values) 573foreach (ChangeNotificationTracker tracker in this.Trackers.Values) 629foreach (ChangeNotificationTracker t in this.Trackers.Values)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
886return new List<ModelItem>(variables.Values);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1112foreach (string rootNs in rootNamespaces.Values)
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
487foreach(OleDbPropertyInfo info in providerInfo.Values) {
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (1)
520SingletonInstance._dependencyIdToDependencyHash.Values.CopyTo(dependencies, 0);
System.Data.Entity (67)
System\Data\Common\CommandTrees\Internal\ParameterRetriever.cs (1)
35return retriever.paramMappings.Values.ToList().AsReadOnly();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (1)
483DbExpression newDiscriminatorPredicate = Helpers.BuildBalancedTreeInPlace<DbExpression>(new List<DbExpression>(inputPredicateMap.Values), (left, right) => DbExpressionBuilder.Or(left, right));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
107DbLambda lambda = DbExpressionBuilder.Lambda(expression, _sr.Variables.Values);
System\Data\Common\EntitySql\SemanticResolver.cs (1)
164foreach (DbVariableReferenceExpression variable in _variables.Values)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
45foreach ( EntityContainerAssociationSetEnd end in _relationshipEnds.Values )
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
350foreach (var schemaResource in XmlSchemaResource.GetMetadataSchemaResourceMap(this.SchemaVersion).Values) 374foreach (var schemaResource in XmlSchemaResource.GetMetadataSchemaResourceMap(schemaVersion).Values)
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (3)
118foreach (Facet defaultFacet in defaultFacets.Values) 189_typeUsage = TypeUsage.Create(edmType, calculatedFacets.Values); 271_typeUsage = TypeUsage.Create(scalar.Type, calculatedFacets.Values);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
437foreach (ObjectTypeMapping map in typeMappings.Values)
System\Data\Mapping\StorageComplexTypeMapping.cs (10)
48return new List<ComplexType>(m_types.Values).AsReadOnly(); 58return new List<ComplexType>(m_isOfTypes.Values).AsReadOnly(); 67return new List<StoragePropertyMapping>(m_properties.Values).AsReadOnly(); 78properties.AddRange(m_properties.Values); 79properties.AddRange(m_conditionProperties.Values); 145foreach (ComplexType type in m_types.Values) { 153foreach (ComplexType type in m_isOfTypes.Values) 178foreach (ComplexType type in m_types.Values) { 183foreach (ComplexType type in m_isOfTypes.Values) { 189foreach (StorageConditionPropertyMapping conditionMap in m_conditionProperties.Values)
System\Data\Mapping\StorageEntityContainerMapping.cs (7)
174return new List<StorageSetMapping>(this.m_entitySetMappings.Values).AsReadOnly(); 191return new List<StorageSetMapping>(this.m_associationSetMappings.Values).AsReadOnly(); 203return System.Linq.Enumerable.Concat(this.m_entitySetMappings.Values, this.m_associationSetMappings.Values); 292IEnumerable<StorageAssociationSetMapping> associationSetMappings = m_associationSetMappings.Values.Cast<StorageAssociationSetMapping>().Where(w => ((w.StoreEntitySet != null) && (w.StoreEntitySet == storeEntitySet))); 410foreach (StorageSetMapping extentMapping in m_entitySetMappings.Values) { 413foreach (StorageSetMapping extentMapping in m_associationSetMappings.Values) {
System\Data\Mapping\StorageEntityTypeMapping.cs (6)
84return new List<EdmType>(m_entityTypes.Values).AsReadOnly(); 94return new List<EdmType>(m_isOfEntityTypes.Values).AsReadOnly(); 115foreach (EntityType type in m_entityTypes.Values) { 122foreach (EntityType type in m_isOfEntityTypes.Values) 143foreach (EdmType type in m_entityTypes.Values) { 148foreach (EdmType type in m_isOfEntityTypes.Values) {
System\Data\Mapping\StorageMappingFragment.cs (2)
130properties.AddRange(m_conditionProperties.Values); 228foreach (StorageConditionPropertyMapping conditionMap in m_conditionProperties.Values)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (3)
139foreach (CaseStatement statement in m_caseStatements.Values) 154foreach (CaseStatement caseStatement in m_caseStatements.Values) 172foreach (CaseStatement caseStatement in m_caseStatements.Values)
System\Data\Metadata\Converter.cs (4)
105return newGlobalItems.Values; 120return newGlobalItems.Values; 1288targetType = TypeUsage.Create(targetType.EdmType, newFacets.Values); 1327propertyTypeUsage = TypeUsage.Create(propertyTypeUsage.EdmType, facets.Values);
System\Data\Metadata\Edm\ItemCollection.cs (1)
505foreach (List<EdmFunction> functionList in tempFunctionLookUpTable.Values)
System\Data\Metadata\MetadataCache.cs (1)
391foreach (StoreMetadataEntry entry in _storeLevelCache.Values)
System\Data\Metadata\ObjectItemCollection.cs (2)
289foreach (EdmType edmType in typesInLoading.Values) 366foreach (EdmType edmType in typesInLoading.Values)
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (2)
61validator.Validate(loadingData.TypesInLoading.Values, loadingData.EdmItemErrors); 82foreach (EdmType edmType in loadingData.TypesInLoading.Values)
System\Data\Metadata\ObjectLayer\KnownAssembliesSet.cs (1)
66return _assemblies.Values.Where(e => e.HaveSeenInCompatibleContext(loaderCookie, itemCollection));
System\Data\Objects\DataClasses\EntityCollection.cs (6)
389List<IEntityWrapper> wrappedRelatedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 410foreach (IEntityWrapper wrappedEntity in _wrappedRelatedEntities.Values) 419List<IEntityWrapper> values = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 460List<IEntityWrapper> tempCopy = new List<IEntityWrapper>(_wrappedRelatedEntities.Values); 622return WrappedRelatedEntities.Values; 638List<IEntityWrapper> affectedEntities = new List<IEntityWrapper>(_wrappedRelatedEntities.Values);
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
1307ICollection<KeyValuePair<object, IntBox>> values = properties.Values;
System\Data\Objects\EntityEntry.cs (2)
1788foreach (Dictionary<int, object> ordinal2complexObject in this._originalComplexObjects.Values) 1790foreach (object oldComplexObject in ordinal2complexObject.Values)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
296var proxyTypes = from info in s_ProxyNameMap.Values
System\Data\Objects\ObjectStateManager.cs (3)
1686foreach (EntityEntry entry in _keylessEntityStore.Values) 1717foreach (EntityEntry entry in store.Values) 1932foreach (var entry in entityStore.Values)
System\Data\Query\InternalTrees\ColumnMapVisitor.cs (2)
127foreach (ColumnMap cm in columnMap.TypeChoices.Values) 143foreach (var typeColumnMap in columnMap.TypeChoices.Values)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
360foreach (Var v in op.VarMap[i].Values)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
211foreach (Var var in op.VarMap[index].Values)
System.Data.Entity.Design (18)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (5)
386session.MappingLookups.CollapsedEntityAssociationSets.AddRange(session.CandidateCollapsedAssociations.Values); 417foreach (EntityType type in session.MappingLookups.StoreEntityTypeToModelEntityType.Values) 423foreach (AssociationType type in session.MappingLookups.StoreAssociationTypeToModelAssociationType.Values) 597foreach (OneToOneMappingSerializer.CollapsedEntityAssociationSet collapsed in session.CandidateCollapsedAssociations.Values) 610foreach (OneToOneMappingSerializer.CollapsedEntityAssociationSet collapsed in newCandidates.Values)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1460members.Add(new EdmProperty(row.ColumnName, TypeUsage.Create(primitiveType, facets.Values)));
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (2)
54foreach (List<EdmSchemaError> errors in ItemToErrorsMap.Values) 88return _entityLookup.Values;
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (10)
302_irregularPluralsDictionary.Values 303.Concat(_assimilatedClassicalInflectionDictionary.Values) 304.Concat(_oSuffixDictionary.Values) 305.Concat(_classicalInflectionDictionary.Values) 306.Concat(_irregularVerbList.Values) 307.Concat(_irregularPluralsDictionary.Values) 308.Concat(_wordsEndingWithSeDictionary.Values) 309.Concat(_wordsEndingWithSisDictionary.Values) 310.Concat(_wordsEndingWithSusDictionary.Values) 311.Concat(_wordsEndingWithInxAnxYnxDictionary.Values)
System.Data.Linq (12)
ChangeTracker.cs (2)
194List<StandardTrackedObject> list = new List<StandardTrackedObject>((IEnumerable<StandardTrackedObject>)this.items.Values); 201foreach (StandardTrackedObject ti in this.items.Values) {
DataShape.cs (1)
209IEnumerable<MemberInfo> edges = this.includes.Values;
Mapping\AttributedMetaModel.cs (4)
116return this.metaTables.Values.Where(x => x != null).Distinct(); 310return this.metaFunctions.Values.ToList().AsReadOnly(); 450this.inheritanceTypes = this.types.Values.ToList().AsReadOnly(); 640this.dataMembers = new List<MetaDataMember>(this.dataMemberMap.Values).AsReadOnly();
Mapping\MappedMetaModel.cs (3)
169return this.metaTables.Values.Where(x => x != null).Distinct(); 219return this.metaFunctions.Values; 446this.inheritanceTypes = this.derivedTypes.Values.ToList().AsReadOnly();
SqlClient\Common\TypeSystem.cs (2)
93return seen.Values; 107return seen.Values;
System.Data.Services (6)
System\Data\Services\Providers\BaseServiceProvider.cs (3)
116get { return this.metadata.TypeCache.Values; } 124foreach (ServiceOperation serviceOperation in this.metadata.ServiceOperations.Values) 437foreach (ResourceType t in this.TypeCache.Values)
System\Data\Services\Serializers\MetadataSerializer.cs (3)
253WriteAssociationTypes(this.Writer, new HashSet<ResourceAssociationType>(associationsInThisNamespace.Values, EqualityComparer<ResourceAssociationType>.Default)); 266WriteAssociationTypes(this.Writer, new HashSet<ResourceAssociationType>(associationsInThisNamespace.Values, EqualityComparer<ResourceAssociationType>.Default)); 824get { return new HashSet<ResourceAssociationSet>(this.associationSets.Values, EqualityComparer<ResourceAssociationSet>.Default); }
System.Data.Services.Client (14)
System\Data\Services\Client\ALinq\UriWriter.cs (2)
247this.uriBuilder.Append(this.ExpressionToString(rse.KeyPredicate.Values.First())); 518List<ConstantExpression> values = options.Values.ToList();
System\Data\Services\Client\AtomMaterializerLog.cs (1)
135foreach (AtomEntry entry in this.foundEntriesWithMedia.Values)
System\Data\Services\Client\Binding\BindingGraph.cs (2)
726foreach (Vertex v in this.vertices.Values) 763return this.vertices.Values.Where(v => v.Color == VertexColor.White).ToList();
System\Data\Services\Client\ClientConvert.cs (1)
394return Util.ContainsReference(namedTypesMap.Values.ToArray(), type);
System\Data\Services\Client\DataServiceContext.cs (8)
403return this.bindings.Values.OrderBy(l => l.ChangeOrder).ToList().AsReadOnly(); 415return this.entityDescriptors.Values.OrderBy(d => d.ChangeOrder).ToList().AsReadOnly(); 2139return this.bindings.Values.Where(o => (o.Source == source) && (o.SourceProperty == sourceProperty)); 2619foreach (LinkDescriptor end in this.bindings.Values.Where(resource.IsRelatedEntity).ToList()) 3185foreach (LinkDescriptor end in this.bindings.Values) 3430Debug.Assert(!this.bindings.Values.Any(o => (o.Source == source) && (o.SourceProperty == sourceProperty)), "only expecting one"); 4145this.ChangedEntries = context.entityDescriptors.Values.Cast<Descriptor>() 4146.Union(context.bindings.Values.Cast<Descriptor>())
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
90foreach (AttributeSet attSet in compiler.AttributeSets.Values) {
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
724foreach(AssemblyName an in parents.Values) {
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1196return distinctAttributes.Values;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
499return distinctAttributes.Values;
System\IdentityModel\Tokens\SecurityTokenHandlerCollectionManager.cs (1)
70return this.collections.Values;
System.Net (2)
net\PeerToPeer\Collaboration\Peer.cs (1)
485Dictionary<Guid, PeerObject>.ValueCollection objects = mergedObjects.Values;
net\PeerToPeer\Collaboration\PeerContact.cs (1)
979Dictionary<Guid, PeerApplication>.ValueCollection applications = mergedApplications.Values;
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceStore.cs (2)
257return this.owners.Values.Select(weakReference => (InstanceOwner)weakReference.Target).Where(owner => owner != null).ToArray(); 276return owner.Events.Values.ToArray();
System.Runtime.Serialization (6)
System\Runtime\Serialization\ClassDataContract.cs (1)
1515if (!IsEveryDataMemberOptional(membersDictionary.Values))
System\Runtime\Serialization\CodeExporter.cs (2)
926ICollection<DataContract> knownTypeContracts = knownTypeDictionary.Values; 1012ICollection<DataContract> knownTypeContracts = knownContractDictionary.Values;
System\Runtime\Serialization\DataContractSet.cs (1)
216foreach (DataContract knownDataContract in knownDataContracts.Values)
System\Xml\XmlBinaryReaderSession.cs (1)
94foreach (XmlDictionaryString s in this.stringDict.Values)
System\Xml\XmlMtomReader.cs (1)
2280foreach (MimeHeader header in this.headers.Values)
System.ServiceModel (44)
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
253foreach (ContractDescription contract in ContractInstanceProvider.knownContracts.Values)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
36UpdateEndpointsCollection(referralCache.Values); // Add to the endpoints connection anything in the referralsCache
System\ServiceModel\Channels\ConnectionPool.cs (2)
90foreach (EndpointConnectionPool pool in endpointPools.Values) 174foreach (EndpointConnectionPool pool in endpointPools.Values)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
794return new ServiceNameCollection(serviceNames.Values);
System\ServiceModel\Channels\MsmqBindingMonitor.cs (7)
61MatchFilter(filter, knownPublicQueues.Values); 62MatchFilter(filter, knownPrivateQueues.Values); 108RematchQueues(filter, knownPublicQueues.Values); 109RematchQueues(filter, knownPrivateQueues.Values); 217RetryMatchFilters(knownPublicQueues.Values); 218RetryMatchFilters(knownPrivateQueues.Values); 308foreach (MatchState state in knownQueues.Values)
System\ServiceModel\Channels\PeerConnector.cs (1)
202foreach (IOThreadTimer timer in table.Values)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1428foreach (MessageFilterRegistration mfr in messageFilters.Values)
System\ServiceModel\Channels\PnrpPeerResolver.cs (5)
504foreach (PnrpRegistration tempLink in resultsLink.Values) 517resultsLink.Values.CopyTo(linkRegs, 0); 523foreach (PnrpRegistration tempSite in resultsSite.Values) 536resultsSite.Values.CopyTo(siteRegs, 0); 616foreach (PnrpRegistration reg in results.Values)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
146Dictionary<Int64, ReliableRequestContext>.ValueCollection contexts = this.requestsByRequestSequenceNumber.Values;
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
108foreach (TransactionFlowOption option in dictionary.Values)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
486foreach (SegmentHierarchyNode<TData> child in this.children.Values)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
868foreach (Collection<EndpointInfo> endpointInfos in endpointInfosPerEndpointAddress.Values) 906foreach (Collection<EndpointInfo> endpointInfos in endpointInfosPerEndpointAddress.Values)
System\ServiceModel\Description\WsdlImporter.cs (1)
669extension.BeforeImport(this.wsdlDocuments, this.xmlSchemas, this.policyDocuments.Values);
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (1)
101return this.filters.Values;
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
73return this.filters.Values;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (2)
127return this.filters.Values; 673foreach (Candidate can in this.candidates.Values)
System\ServiceModel\Dispatcher\MessageFilter.cs (1)
253return this.filters.Values;
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
134return this.filters.Values;
System\ServiceModel\Dispatcher\MessageQueryTable.cs (2)
43get { return this.dictionary.Values; } 340this.outerEnumerator = enumerable.table.collectionsByType.Values.GetEnumerator();
System\ServiceModel\Dispatcher\QueryRelOp.cs (1)
283foreach (QueryBranch branch in this.literals.Values)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
161return this.filters.Values;
System\ServiceModel\Security\SecuritySessionFilter.cs (3)
171return this.filterMappings.Values; 220foreach (KeyValuePair<MessageFilter, FilterData> entry in this.contextMappings.Values) 239return ((ICollection<KeyValuePair<MessageFilter, FilterData>>)this.contextMappings.Values).GetEnumerator();
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
576foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions1.Values) 583foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions2.Values) 596foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions1.Values) 600foreach (IServerReliableChannelBinder pendingChannelBinder in pendingSessions2.Values)
System\UriTemplate.cs (1)
1031this.values = new ReadOnlyCollection<string>(new List<string>(this.defaults.Values));
System\UriTemplateHelpers.cs (1)
141foreach (UriTemplateQueryValue utqv in ut.queries.Values)
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\CollectibleLRUCache.cs (3)
158this.currentCollectibleBatch.AddRange(this.directory.Values); 225this.currentCollectibleBatch.AddRange(this.directory.Values); 254CollectibleNode[] array = directory.Values.ToArray();
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (1)
244foreach (List<BufferedReceiveMessageProperty> value in this.bufferedProperties.Values)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
146return this.instanceCache.Values.ToList(); 262foreach (PersistenceContext context in this.instanceCache.Values.ToArray())
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
2151foreach (List<PendingOperationAsyncResult> pendingList in this.pendingOperations.Values)
System\ServiceModel\Activities\WorkflowService.cs (1)
322foreach (OperationProperty property in operationProperties.Values)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
490foreach (IUdpRetransmitter retransmitter in this.retransmitList.Values)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AsyncOperationLifetimeManager.cs (2)
81this.activeOperations.Values.CopyTo(retValue, 0); 157foreach (AsyncOperationContext value in this.activeOperations.Values)
System.ServiceModel.Internals (1)
System\Runtime\Collections\ObjectCache.cs (1)
300foreach (Item item in this.cacheItems.Values)
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (1)
79get { return this.andFilters.Values; }
System\ServiceModel\Routing\SessionChannels.cs (1)
109foreach (IRoutingClient client in this.sessions.Values)
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
55helpPage = HelpHtmlBuilder.CreateHelpPage(baseUri, operationInfoDictionary.Values).ToString();
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
94foreach (KeyValuePair<string, Type> kvp in this.queryMapping.Values)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
117foreach (UriTemplateTable table in this.methodSpecificTables.Values)
System.Web (13)
Hosting\ApplicationManager.cs (5)
493foreach (LockableAppDomainContext ac in apps.Values) { 554foreach (LockableAppDomainContext ac in apps.Values) { 579foreach (LockableAppDomainContext ac in apps.Values) { 620allAppDomainContexts = _appDomains.Values.ToArray(); 784foreach (LockableAppDomainContext ac in apps.Values) {
ModelBinding\ModelBinderDictionary.cs (1)
67return _innerDictionary.Values;
ModelBinding\ModelStateDictionary.cs (1)
62return _innerDictionary.Values;
Routing\RouteValueDictionary.cs (2)
40return _dictionary.Values; 110return _dictionary.Values;
UI\WebControls\MethodParametersDictionary.cs (2)
86foreach (MethodParameterValue parameter in InnerDictionary.Values) { 109return InnerDictionary.Values;
UI\WebControls\Wizard.cs (2)
2328foreach (BaseNavigationTemplateContainer c in Owner.CustomNavigationContainers.Values) { 2381foreach (BaseNavigationTemplateContainer c in Owner.CustomNavigationContainers.Values) {
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
4248foreach (Font font in _fontCache.Values)
System.Web.Extensions (6)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
687serviceEndpointToChannelEndpointElementMap.Values,
Script\Services\WebServiceData.cs (3)
246return _methods.Values; 477return ClientTypeDictionary.Values; 501return _enumTypesDictionary.Values;
Script\Services\WebServiceMethodData.cs (1)
166foreach (WebServiceParameterData paramData in _parameterData.Values) {
UI\WebControls\LinqDataSourceView.cs (1)
886AtlasWeb.LinqDataSourceView_ValidationFailed, oldDataObject.GetType(), validateExceptions.Values.First().Message), validateExceptions);
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (10)
324foreach (UnsafeNativeMethods.IMsoComponent c in _components.Values) { 332foreach (UnsafeNativeMethods.IMsoComponent c in _components.Values) { 346foreach (UnsafeNativeMethods.IMsoComponent c in _components.Values) { 356foreach (UnsafeNativeMethods.IMsoComponent c in _components.Values) { 375foreach (UnsafeNativeMethods.IMsoComponent c in _components.Values) { 388if (_components != null && _components.Values.Count>0) { 389UnsafeNativeMethods.IMsoComponent[] components = new UnsafeNativeMethods.IMsoComponent[_components.Values.Count]; 390_components.Values.CopyTo(components, 0); 556foreach (UnsafeNativeMethods.IMsoComponent comp in _components.Values) { 569foreach (UnsafeNativeMethods.IMsoComponent comp in _components.Values) {
winforms\Managed\System\WinForms\HtmlShimManager.cs (5)
149htmlDocumentShims.Values.CopyTo(shims,0); 163htmlElementShims.Values.CopyTo(shims,0); 194foreach (HtmlElement.HtmlElementShim shim in htmlElementShims.Values) { 199foreach (HtmlDocument.HtmlDocumentShim shim in htmlDocumentShims.Values) { 205foreach (HtmlWindow.HtmlWindowShim shim in htmlWindowShims.Values) {
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4248foreach (Font font in _fontCache.Values)
System.Workflow.Activities (12)
Designers\StateDesigner.cs (4)
706foreach (DesignerLayout layout in this.DesignerLayouts.Values) 1096foreach (DesignerLayout layout in this.DesignerLayouts.Values) 1127foreach (DesignerLayout layout in this.DesignerLayouts.Values) 1763foreach (DesignerLayout layout in sourceStateDesigner.DesignerLayouts.Values)
LocalService\ExternalDataExchangeService.cs (1)
144foreach (WorkflowMessageEventHandler eventHandler in this.eventHandlers.Values)
Role\ADRole.cs (1)
218return dFinal.Values;
Role\DirectoryRedirect.cs (1)
76response.AddRange(dResponse.Values);
Rules\Parser\Parser.cs (4)
359completions = filteredMembers.Values; 406completions = filteredMembers.Values; 755foreach (NamespaceSymbol rootNS in rootNamespaces.Values) 764foreach (Symbol nestedSym in nsSym.NestedSymbols.Values)
Rules\Parser\Symbol.cs (1)
127foreach (Symbol sym in NestedSymbols.Values)
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
798List<T> memberCollection = new List<T>(membersDictionary.Values);
AuthoringOM\ComponentFactoryHelpers.cs (1)
128return new ArrayList(components.Values).ToArray();
AuthoringOM\Design\Connector.cs (1)
1597foreach (CompositeActivityDesigner parentDesigner in parentDesignerDictionary.Values)
System.Workflow.Runtime (17)
System\Activities\Statements\Interop.cs (4)
1722foreach (VolatileResourceManager rm in this.ResourceManagers.Values) 1746foreach (VolatileResourceManager rm in this.CommittedResourceManagers[e.Transaction].Values) 1753foreach (VolatileResourceManager rm in this.CommittedResourceManagers[e.Transaction].Values) 1763foreach (VolatileResourceManager rm in this.ResourceManagers.Values)
Tracking\SqlTrackingWorkflowInstance.cs (3)
318_activityEvents.AddRange(activities.Values); 465_userEvents.AddRange(userEvents.Values); 560_workflowEvents.AddRange(inst.Values);
WorkBatch.cs (3)
387foreach (WorkBatch existingBatch in this.Values) 416foreach (WorkBatch batch in this.Values) 430foreach (WorkBatch existingBatch in this.Values)
WorkflowExecutor.cs (1)
1148foreach (WorkBatch workBatch in ResourceManager.BatchCollection.Values)
WorkflowQueuingService.cs (1)
382foreach (EventQueueState queueState in this.persistedQueueStates.Values)
WorkflowRuntime.cs (5)
81return dictionaryDictionary.Values.GetEnumerator(); 90return dictionaryDictionary.Values.GetEnumerator(); 974foreach (List<object> al in _services.Values) 1544foreach (WeakReference wr in _runtimes.Values) 1601foreach (WorkflowExecutor executor in executors.Values)
System.WorkflowServices (3)
System\ServiceModel\Activities\WorkflowRuntimeServicesExtensionProvider.cs (1)
62foreach (object service in this.services.Values)
System\Workflow\Activities\ContractType.cs (1)
687List<T> memberCollection = new List<T>(membersDictionary.Values);
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
87foreach (ChannelFactoryReference factory in this.factoryCache.Values)
System.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
1614foreach (NamespaceDecl nsdecl in this.namespaces.Values) { 2823foreach (NamespaceDecl decl in this.namespaces.Values) {
System\Xml\Dom\XmlLoader.cs (3)
552foreach( SchemaNotation scNot in schInfo.Notations.Values ) { 559foreach( SchemaEntity scEnt in schInfo.GeneralEntities.Values ) { 567foreach( SchemaEntity scEnt in schInfo.ParameterEntities.Values ) {
System\Xml\Schema\DtdParser.cs (1)
415foreach ( UndeclaredNotation un in undeclaredNotations.Values ) {
System\Xml\Schema\DtdParserAsync.cs (1)
58foreach ( UndeclaredNotation un in undeclaredNotations.Values ) {
System\Xml\Schema\SchemaElementDecl.cs (2)
95foreach (SchemaAttDef attDef in attdefs.Values) { 214foreach(SchemaAttDef attdef in attdefs.Values) {
System\Xml\Schema\SchemaInfo.cs (4)
309foreach (SchemaAttDef attdef in sinfo.AttributeDecls.Values) { 314foreach (SchemaNotation notation in sinfo.Notations.Values) { 326foreach ( SchemaElementDecl e in elements.Values ) { 363foreach (SchemaElementDecl elemDecl in elementDecls.Values) {
System\Xml\Schema\XmlSchemaValidator.cs (2)
865foreach(SchemaAttDef attDef in elementDecl.AttDefs.Values) { 1764foreach(SchemaAttDef attdef in attributeDefs.Values) {
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\NamespaceTable.cs (2)
26foreach (NamespaceDeclaration ns in tempNamespaceList.Values) 37foreach (NamespaceDeclaration ns in currentNamespaces.Values)