src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (6)
510Dictionary<string, string> writtenAttributes = new Dictionary<string, string>();
1409_uriToPrefix = new Dictionary<string, string>();
1411_prefixToUri = new Dictionary<string, string>();
1570private static Dictionary<Assembly, Dictionary<string, string>> XmlnsDefinitions = new Dictionary<Assembly, Dictionary<string, string>>();
1571private static Dictionary<string, string> DefaultPrefixes = new Dictionary<string, string>();
1584namespaceToUri = new Dictionary<string, string>();
System\Activities\NativeActivityContext.cs (32)
634Dictionary<string, object> inputParameters = new Dictionary<string, object>(1)
668Dictionary<string, object> inputParameters = new Dictionary<string, object>(2)
703Dictionary<string, object> inputParameters = new Dictionary<string, object>(3)
740Dictionary<string, object> inputParameters = new Dictionary<string, object>(4)
780Dictionary<string, object> inputParameters = new Dictionary<string, object>(5)
821Dictionary<string, object> inputParameters = new Dictionary<string, object>(6)
863Dictionary<string, object> inputParameters = new Dictionary<string, object>(7)
906Dictionary<string, object> inputParameters = new Dictionary<string, object>(8)
951Dictionary<string, object> inputParameters = new Dictionary<string, object>(9)
997Dictionary<string, object> inputParameters = new Dictionary<string, object>(10)
1044Dictionary<string, object> inputParameters = new Dictionary<string, object>(11)
1092Dictionary<string, object> inputParameters = new Dictionary<string, object>(12)
1141Dictionary<string, object> inputParameters = new Dictionary<string, object>(13)
1191Dictionary<string, object> inputParameters = new Dictionary<string, object>(14)
1242Dictionary<string, object> inputParameters = new Dictionary<string, object>(15)
1294Dictionary<string, object> inputParameters = new Dictionary<string, object>(16)
1399Dictionary<string, object> inputParameters = new Dictionary<string, object>(1)
1434Dictionary<string, object> inputParameters = new Dictionary<string, object>(2)
1470Dictionary<string, object> inputParameters = new Dictionary<string, object>(3)
1507Dictionary<string, object> inputParameters = new Dictionary<string, object>(4)
1547Dictionary<string, object> inputParameters = new Dictionary<string, object>(5)
1588Dictionary<string, object> inputParameters = new Dictionary<string, object>(6)
1630Dictionary<string, object> inputParameters = new Dictionary<string, object>(7)
1673Dictionary<string, object> inputParameters = new Dictionary<string, object>(8)
1718Dictionary<string, object> inputParameters = new Dictionary<string, object>(9)
1764Dictionary<string, object> inputParameters = new Dictionary<string, object>(10)
1811Dictionary<string, object> inputParameters = new Dictionary<string, object>(11)
1859Dictionary<string, object> inputParameters = new Dictionary<string, object>(12)
1908Dictionary<string, object> inputParameters = new Dictionary<string, object>(13)
1958Dictionary<string, object> inputParameters = new Dictionary<string, object>(14)
2009Dictionary<string, object> inputParameters = new Dictionary<string, object>(15)
2061Dictionary<string, object> inputParameters = new Dictionary<string, object>(16)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (8)
56Dictionary<int, IList<string>> expressionIdToLocationReferences = new Dictionary<int, IList<string>>();
112this.lineNumbersForNSes = new Dictionary<string, int>();
113this.lineNumbersForNSesForImpl = new Dictionary<string, int>();
789Dictionary<string, int> contexts = new Dictionary<string, int>();
2824this.fields = new Dictionary<string, MemberData>(StringComparer.OrdinalIgnoreCase);
2828this.fields = new Dictionary<string, MemberData>();
2843this.properties = new Dictionary<string, MemberData>(StringComparer.OrdinalIgnoreCase);
2847this.properties = new Dictionary<string, MemberData>();
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (9)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>();
72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>();
73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>();
75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>();
76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4);
77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>();
533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>();
625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (9)
71this.modelItemToSourceLocation = new Dictionary<ModelItem, SourceLocation>();
72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>();
73this.breakpoints = new Dictionary<ModelItem, BreakpointTypes>();
75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>();
76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4);
77this.instanceToSourceLocationMapping = new Dictionary<object, SourceLocation>();
533IDictionary<SourceLocation, BreakpointTypes> breakpointLocations = new Dictionary<SourceLocation, BreakpointTypes>();
625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (9)
182Dictionary<string, object> facetInfo = new Dictionary<string, object>();
354Begin(expr, new Dictionary<string, object>());
366Dictionary<string, object> attrs = new Dictionary<string, object>();
373Dictionary<string, object> attrs = new Dictionary<string, object>();
384Dictionary<string, object> attrs = new Dictionary<string, object>();
398Dictionary<string, object> attrs = new Dictionary<string, object>();
440Dictionary<string, object> attrs = new Dictionary<string,object>();
454Dictionary<string, object> attrs = new Dictionary<string, object>();
462Dictionary<string, object> attrs = new Dictionary<string, object>();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (5)
432Dictionary<object, DbComparisonExpression> discriminatorPredicates = new Dictionary<object, DbComparisonExpression>();
442Dictionary<string, DbComparisonExpression> inputPredicateMap = new Dictionary<string, DbComparisonExpression>();
443Dictionary<string, DbComparisonExpression> selectorPredicateMap = new Dictionary<string, DbComparisonExpression>();
444Dictionary<string, DbExpression> columnValues = new Dictionary<string, DbExpression>(rowConstructor.Arguments.Count);
638Dictionary<string, DbExpression> bindings = new Dictionary<string, DbExpression>(innerNew.Arguments.Count);
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
24private readonly Dictionary<Tuple<EntityKey, string, bool>, int> _foreignKeyIdentifiers = new Dictionary<Tuple<EntityKey, string, bool>, int>();
25private readonly Dictionary<EntityKey, EntityKey> _valueKeyToTempKey = new Dictionary<EntityKey, EntityKey>();
26private readonly Dictionary<EntityKey, int> _keyIdentifiers = new Dictionary<EntityKey, int>();
System\Data\Objects\Internal\TransactionManager.cs (12)
226this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>();
233this.WrappedEntities = new Dictionary<object, IEntityWrapper>();
261this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>();
262this.PromotedKeyEntries = new Dictionary<object, EntityEntry>();
268this.WrappedEntities = new Dictionary<object, IEntityWrapper>();
303this.WrappedEntities = new Dictionary<object, IEntityWrapper>();
305this.DeletedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
306this.AddedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
307this.DeletedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
308this.AddedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
309this.AddedRelationshipsByPrincipalKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
310this.ChangedForeignKeys = new Dictionary<IEntityWrapper, HashSet<RelatedEnd>>();
System\Data\Objects\ObjectStateManager.cs (13)
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>();
139_metadataStore = new Dictionary<EdmType, StateManagerTypeMetadata>();
140_metadataMapping = new Dictionary<EntitySetQualifiedType, StateManagerTypeMetadata>(EntitySetQualifiedType.EqualityComparer);
2765_unchangedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>();
2772_addedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>();
2779_deletedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>();
2806_unchangedEntityStore = new Dictionary<EntityKey, EntityEntry>();
2814_addedEntityStore = new Dictionary<EntityKey, EntityEntry>();
2822_deletedEntityStore = new Dictionary<EntityKey, EntityEntry>();
2830_modifiedEntityStore = new Dictionary<EntityKey, EntityEntry>();
2855_keylessEntityStore = new Dictionary<object, EntityEntry>(new ObjectReferenceEqualityComparer());
3171Dictionary<string, KeyValuePair<object, IntBox>> properties = new Dictionary<string, KeyValuePair<object, IntBox>>();
3261Dictionary<string, KeyValuePair<object, IntBox>> retrievedProperties = new Dictionary<string, KeyValuePair<object, IntBox>>();
System\Data\Query\InternalTrees\Dump.cs (18)
233Dictionary<string, object> attrs = new Dictionary<string, object>();
253Dictionary<string, object> attrs = new Dictionary<string, object>();
292Dictionary<string, object> attrs = new Dictionary<string, object>();
322Dictionary<string, object> attrs2 = new Dictionary<string, object>();
461Dictionary<string, object> attrs = new Dictionary<string, object>();
476Dictionary<string, object> attrs2 = new Dictionary<string, object>();
493Dictionary<string, object> attrs = new Dictionary<string, object>();
504Dictionary<string, object> attrs = new Dictionary<string, object>();
517Dictionary<string, object> attrs = new Dictionary<string, object>();
528Dictionary<string, object> attrs = new Dictionary<string, object>();
553Dictionary<string, object> attrs = new Dictionary<string, object>();
572Dictionary<string, object> attrs = new Dictionary<string, object>();
623Dictionary<string, object> attrs = new Dictionary<string, object>();
655Dictionary<string, object> attrs = new Dictionary<string,object>();
691Dictionary<string, object> attrs = new Dictionary<string, object>();
713Dictionary<string, object> attrs = new Dictionary<string, object>();
1022Dictionary<string, object> attrs = new Dictionary<string, object>();
1034Dictionary<string, object> attrs2 = new Dictionary<string, object>();
System\Data\Query\PlanCompiler\AggregatePushdown.cs (6)
174private readonly Dictionary<Var, GroupAggregateVarRefInfo> _groupAggregateVarRelatedVarToInfo = new Dictionary<Var, GroupAggregateVarRefInfo>();
223this._groupAggregateVarRelatedVarPropertyToInfo = new Dictionary<Var, Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>>();
228varPropertyDictionary = new Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>();
432Dictionary<Var, Node> constantDefinitions = new Dictionary<Var, Node>();
635private readonly Dictionary<Node, Node> _childToParent = new Dictionary<Node, Node>();
912Dictionary<Var, Var> dictionary = new Dictionary<Var, Var>(1);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (6)
323private Dictionary<ParameterVar, DbParameterReferenceExpression> _addedParams = new Dictionary<ParameterVar, DbParameterReferenceExpression>();
326private Dictionary<DbExpression, RelOpInfo> _relOpState = new Dictionary<DbExpression, RelOpInfo>();
517Dictionary<Var, DbExpression> varDefs = new Dictionary<Var, DbExpression>();
1208Dictionary<string, AliasGenerator> aliasMap = new Dictionary<string, AliasGenerator>(StringComparer.InvariantCultureIgnoreCase);
1209Dictionary<string, string> alreadyUsedAliases = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase);
1735Dictionary<Var, DbAggregate> aggMap = new Dictionary<Var,DbAggregate>();
System\Data\Query\PlanCompiler\NestPullup.cs (5)
60private Dictionary<Var, Node> m_definingNodeMap = new Dictionary<Var, Node>();
71private Dictionary<Var, Var> m_varRefMap = new Dictionary<Var, Var>();
1957Dictionary<Var, ColumnMap> varRefReplacementMap = new Dictionary<Var, ColumnMap>();
2613Dictionary<Var, Var> varMap = new Dictionary<Var, Var>();
2669private Dictionary<Var, Node> m_newCollectionVarDefinitions = new Dictionary<Var, Node>();
System\Data\Query\PlanCompiler\TransformationRules.cs (8)
293Dictionary<Var, Node> varMap = new Dictionary<Var, Node>();
405m_suppressions = new Dictionary<Node, Node>();
1476Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
1577Dictionary<Var, Node> remapMap = new Dictionary<Var, Node>();
1708Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
2121Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
3398Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
4026Dictionary<Var, Node> varToDefiningNode = new Dictionary<Var, Node>(projectNodeVarDefList.Children.Count);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (11)
102Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(15, StringComparer.Ordinal);
137Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(16, StringComparer.Ordinal);
204Dictionary<string, string> functionNameToOperatorDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
221Dictionary<string, string> dateAddFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
241Dictionary<string, string> dateDiffFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
261Dictionary<string, FunctionHandler> staticGeographyFunctions = new Dictionary<string, FunctionHandler>();
296Dictionary<string, string> instancePropGeographyFunctions = new Dictionary<string, string>();
313Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>();
349Dictionary<string, FunctionHandler> staticGeometryFunctions = new Dictionary<string, FunctionHandler>();
384Dictionary<string, string> instancePropGeometryFunctions = new Dictionary<string, string>();
401Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>();
System\ServiceModel\Channels\MsmqDiagnostics.cs (8)
35Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
142Dictionary<string, string> dictionary = new Dictionary<string, string>(4);
176Dictionary<string, string> dictionary = new Dictionary<string, string>(4);
195Dictionary<string, string> dictionary = new Dictionary<string, string>(2)
223Dictionary<string, string> dictionary = new Dictionary<string, string>(2)
436Dictionary<string, string> dictionary = new Dictionary<string, string>(3);
454Dictionary<string, string> dictionary = new Dictionary<string, string>(3);
472Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
System\ServiceModel\Channels\PnrpPeerResolver.cs (7)
236Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>();
237Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>();
436Dictionary<uint, PnrpRegistration> resultsLink = new Dictionary<uint, PnrpRegistration>();
437Dictionary<uint, PnrpRegistration> resultsSite = new Dictionary<uint, PnrpRegistration>();
611Dictionary<string, PnrpRegistration> results = new Dictionary<string, PnrpRegistration>();
634Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>();
635Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>();
System\ServiceModel\Description\MessageContractExporter.cs (7)
785readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>();
786readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlHeaderMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>();
787readonly internal Dictionary<MessageDescriptionDictionaryKey, string> WrapperNamespaces = new Dictionary<MessageDescriptionDictionaryKey, string>();
788readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>();
789readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedHeaderMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>();
790readonly internal Dictionary<OperationMessageKey, WsdlNS.Message> ParameterMessages = new Dictionary<OperationMessageKey, WsdlNS.Message>();
791readonly internal Dictionary<XmlQualifiedName, OperationElement> ElementTypes = new Dictionary<XmlQualifiedName, OperationElement>();
System\ServiceModel\Description\WsdlImporter.cs (14)
23readonly Dictionary<WsdlNS.NamedItem, WsdlImportException> importErrors = new Dictionary<WsdlNS.NamedItem, WsdlImportException>();
26readonly Dictionary<XmlQualifiedName, WsdlContractConversionContext> importedPortTypes = new Dictionary<XmlQualifiedName, WsdlContractConversionContext>();
27readonly Dictionary<XmlQualifiedName, WsdlEndpointConversionContext> importedBindings = new Dictionary<XmlQualifiedName, WsdlEndpointConversionContext>();
28readonly Dictionary<WsdlNS.Port, ServiceEndpoint> importedPorts = new Dictionary<WsdlNS.Port, ServiceEndpoint>();
34readonly Dictionary<string, XmlElement> policyDocuments = new Dictionary<string, XmlElement>();
35readonly Dictionary<string, string> warnings = new Dictionary<string, string>();
1701Dictionary<XmlElement, XmlElement> unique = new Dictionary<XmlElement, XmlElement>();
2218policyAlternatives.OperationBindingAlternatives = new Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>>(endpointContext.Endpoint.Contract.Operations.Count);
2219policyAlternatives.MessageBindingAlternatives = new Dictionary<MessageDescription, IEnumerable<IEnumerable<XmlElement>>>();
2220policyAlternatives.FaultBindingAlternatives = new Dictionary<FaultDescription, IEnumerable<IEnumerable<XmlElement>>>();
2300readonly Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>> embeddedPolicyDictionary = new Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>>();
2301readonly Dictionary<string, XmlElement> externalPolicyDictionary = new Dictionary<string, XmlElement>();
2302readonly Dictionary<XmlElement, WsdlNS.ServiceDescription> policySourceTable = new Dictionary<XmlElement, WsdlNS.ServiceDescription>();
2348wsdlPolicyDictionary = new Dictionary<string, XmlElement>();
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (4)
22Dictionary<OperationDescription, XmlSerializerFormatAttribute> operationAttributes = new Dictionary<OperationDescription, XmlSerializerFormatAttribute>();
34partInfoTable = new Dictionary<MessagePartDescription, PartInfo>();
122Dictionary<XmlMembersMapping, XmlMembersMapping> alreadyExported = new Dictionary<XmlMembersMapping, XmlMembersMapping>();
144operationGenerator.GenerateOperation(context, ref style, xmlSerializerFormatAttribute.IsEncoded, new WrappedBodyTypeGenerator(context), new Dictionary<MessagePartDescription, ICollection<CodeTypeReference>>());
System\UriTemplate.cs (9)
62this.queries = new Dictionary<string, UriTemplateQueryValue>(StringComparer.OrdinalIgnoreCase);
210this.additionalDefaults = new Dictionary<string, string>(additionalDefaults, StringComparer.OrdinalIgnoreCase);
243this.additionalDefaults = new Dictionary<string, string>(additionalDefaults.Count, StringComparer.OrdinalIgnoreCase);
865IDictionary<string, string> extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer());
887IDictionary<string, string> extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer());
1015this.defaults = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
1223this.defaultValues = new Dictionary<string, string>();
1263this.defaultValues = new Dictionary<string, string>();
1608extraParameters = new Dictionary<string, string>(UriTemplateHelpers.GetQueryKeyComparer());
src\Framework\System\Windows\Markup\ParserContext.cs (10)
209internal Dictionary<string, SpecialBracketCharacters> InitBracketCharacterCacheForType(Type type)
213Dictionary<string, SpecialBracketCharacters> map = BuildBracketCharacterCacheForType(type);
728internal Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> MasterBracketCharacterCache
734_masterBracketCharacterCache = new Dictionary<Type, Dictionary<string, SpecialBracketCharacters>>();
856private Dictionary<Type, Dictionary<string, SpecialBracketCharacters>> _masterBracketCharacterCache;
876private Dictionary<string, SpecialBracketCharacters> BuildBracketCharacterCacheForType(Type extensionType)
878Dictionary<string, SpecialBracketCharacters> cache = new Dictionary<string, SpecialBracketCharacters>(StringComparer.OrdinalIgnoreCase);
982private Dictionary<string, Freezable> _freezeCache;
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (12)
510Dictionary<string, string> writtenAttributes = new Dictionary<string, string>();
946private bool IsDeferredProperty (MarkupProperty property, Dictionary<string, string> writtenAttributes,
1324private Dictionary<string, string> _uriToPrefix;
1325private Dictionary<string, string> _prefixToUri;
1570private static Dictionary<Assembly, Dictionary<string, string>> XmlnsDefinitions = new Dictionary<Assembly, Dictionary<string, string>>();
1571private static Dictionary<string, string> DefaultPrefixes = new Dictionary<string, string>();
1574static Dictionary<string, string> GetMappingsFor(Assembly assembly)
1576Dictionary<string, string> namespaceToUri;
1616Dictionary<string, string> assembliesNamespacetoUri = GetMappingsFor(referencedAssembly);
1638Dictionary<string, string> namespaceToUri = GetMappingsFor(type.Assembly);
src\Framework\System\Windows\VisualStateManager.cs (8)
427Dictionary<TimelineDataToken, Timeline> currentAnimations = FlattenTimelines(group.CurrentStoryboards);
428Dictionary<TimelineDataToken, Timeline> transitionAnimations = FlattenTimelines(transition != null ? transition.Storyboard : null);
429Dictionary<TimelineDataToken, Timeline> newStateAnimations = FlattenTimelines(newState.Storyboard);
728private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Storyboard storyboard)
730Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>();
737private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Collection<Storyboard> storyboards)
739Dictionary<TimelineDataToken, Timeline> result = new Dictionary<TimelineDataToken, Timeline>();
749private static void FlattenTimelines(Storyboard storyboard, Dictionary<TimelineDataToken, Timeline> result)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (8)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>();
284public static XamlReader ConvertViewStateToAttachedProperties(XamlReader inputReader, ViewStateIdManager idManager, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
313Dictionary<string, XamlNodeList> viewStateInfo = null;
579static XamlNodeList CreateViewStateManagerNodeList(Dictionary<string, XamlNodeList> viewStateInfo, XamlSchemaContext schemaContext)
649static XamlReader StripViewStateElement(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
684static void ReadViewStateInfo(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (13)
82public void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping)
97public void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping)
198Dictionary<int, object> modelItemObjectSequence = null;
279Dictionary<object, SourceLocation> sourceLocations;
294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default);
303Dictionary<int, object> sourceLocationObjectSequence = innerReader.SequenceNumberToObjectMap;
338Dictionary<object, SourceLocation> sourceLocations;
342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
423private WorkflowSymbol GetWorkflowSymbol(string fileName, object deserializedObject, Dictionary<object, SourceLocation> sourceLocations)
455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default);
473Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping = null;
596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (9)
44Dictionary<object, SourceLocation> instanceToSourceLocationMapping;
45Dictionary<ModelItem, SourceLocation> modelItemToSourceLocation;
46Dictionary<SourceLocation, ModelItem> sourceLocationToModelItem;
48Dictionary<ModelItem, BreakpointTypes> breakpoints; // The map contains breakpoint that has its ModelItem on the modelTree.
49Dictionary<ModelItem, BreakpointTypes> transientBreakpoints; // The map contains breakpoint that has its ModelItem not on the modelTree.
50Dictionary<SourceLocation, BreakpointTypes> unmappedBreakpoints; // The map contains breakpoint that has no ModelItem
615public void UpdateSourceLocations(Dictionary<object, SourceLocation> newSourceLocationMapping)
625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (7)
41internal Dictionary<object, object> SourceLocationObjectToModelItemObjectMapping
47internal Dictionary<string, SourceLocation> ViewStateDataSourceLocationMapping
68Dictionary<object, SourceLocation> validMapping = GetValidSourceLocationMapping();
138private static SourceLocation FindSrcLocation(Dictionary<object, SourceLocation> mapping, Predicate<object> predicate)
165private static SourceLocation FindMatchSrcLocation(ModelItem modelItem, Dictionary<object, SourceLocation> mapping)
222private Dictionary<object, SourceLocation> GetValidSourceLocationMapping()
224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (8)
75Dictionary<string, XamlNodeList> viewStateInfo = new Dictionary<string, XamlNodeList>();
284public static XamlReader ConvertViewStateToAttachedProperties(XamlReader inputReader, ViewStateIdManager idManager, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
313Dictionary<string, XamlNodeList> viewStateInfo = null;
579static XamlNodeList CreateViewStateManagerNodeList(Dictionary<string, XamlNodeList> viewStateInfo, XamlSchemaContext schemaContext)
649static XamlReader StripViewStateElement(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
684static void ReadViewStateInfo(XamlReader inputReader, out Dictionary<string, XamlNodeList> viewStateInfo, out Dictionary<string, SourceLocation> viewStateSourceLocationMap)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (13)
82public void OnSerializationCompleted(Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping)
97public void OnAfterDeserialize(Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping)
198Dictionary<int, object> modelItemObjectSequence = null;
279Dictionary<object, SourceLocation> sourceLocations;
294Dictionary<object, object> sourceLocationObjectToModelItemObjectMapping = new Dictionary<object, object>(ObjectReferenceEqualityComparer<object>.Default);
303Dictionary<int, object> sourceLocationObjectSequence = innerReader.SequenceNumberToObjectMap;
338Dictionary<object, SourceLocation> sourceLocations;
342internal object DeserializeString(string text, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
423private WorkflowSymbol GetWorkflowSymbol(string fileName, object deserializedObject, Dictionary<object, SourceLocation> sourceLocations)
455private object DeserializeString(string text, DeserializationMode mode, out IList<XamlLoadErrorInfo> loadErrors, out Dictionary<object, SourceLocation> sourceLocations)
459Dictionary<object, SourceLocation> collectingSourceLocations = new Dictionary<object, SourceLocation>(ObjectReferenceEqualityComparer<object>.Default);
473Dictionary<string, SourceLocation> viewStateDataSourceLocationMapping = null;
596Dictionary<string, SourceLocation> propertyValueLocationMapping = new Dictionary<string, SourceLocation>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (9)
44Dictionary<object, SourceLocation> instanceToSourceLocationMapping;
45Dictionary<ModelItem, SourceLocation> modelItemToSourceLocation;
46Dictionary<SourceLocation, ModelItem> sourceLocationToModelItem;
48Dictionary<ModelItem, BreakpointTypes> breakpoints; // The map contains breakpoint that has its ModelItem on the modelTree.
49Dictionary<ModelItem, BreakpointTypes> transientBreakpoints; // The map contains breakpoint that has its ModelItem not on the modelTree.
50Dictionary<SourceLocation, BreakpointTypes> unmappedBreakpoints; // The map contains breakpoint that has no ModelItem
615public void UpdateSourceLocations(Dictionary<object, SourceLocation> newSourceLocationMapping)
625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
748Dictionary<object, SourceLocation> updatedSourceLocations = new Dictionary<object, SourceLocation>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (7)
41internal Dictionary<object, object> SourceLocationObjectToModelItemObjectMapping
47internal Dictionary<string, SourceLocation> ViewStateDataSourceLocationMapping
68Dictionary<object, SourceLocation> validMapping = GetValidSourceLocationMapping();
138private static SourceLocation FindSrcLocation(Dictionary<object, SourceLocation> mapping, Predicate<object> predicate)
165private static SourceLocation FindMatchSrcLocation(ModelItem modelItem, Dictionary<object, SourceLocation> mapping)
222private Dictionary<object, SourceLocation> GetValidSourceLocationMapping()
224Dictionary<object, SourceLocation> validSrcLocMapping = new Dictionary<object, SourceLocation>();
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (10)
40private static readonly Dictionary<string,Keywords> _keywords;
43private Dictionary<string,OleDbPropertyInfo> _propertyInfo;
65Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(9, StringComparer.OrdinalIgnoreCase);
95Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider);
216Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider);
373Dictionary<string,OleDbPropertyInfo> dynamic = GetProviderInfo(Provider);
384private Dictionary<string,OleDbPropertyInfo> GetProviderInfo(string provider) {
385Dictionary<string,OleDbPropertyInfo> providerInfo = _propertyInfo;
389Dictionary<string,OleDbPropertyInfo> hash = null;
484Dictionary<string,OleDbPropertyInfo> providerInfo = GetProviderInfo(Provider);
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (8)
20private Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> _connectionPoolGroups;
66Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups;
103Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups;
167Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups;
375Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups;
420Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(1+connectionPoolGroups.Count);
518Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> connectionPoolGroups = _connectionPoolGroups;
519Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(connectionPoolGroups.Count);
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (11)
35internal void Begin(string name) { Begin(name, (Dictionary<string, object>)null); }
42internal abstract void Begin(string name, Dictionary<string, object> attrs);
182Dictionary<string, object> facetInfo = new Dictionary<string, object>();
357private void Begin(DbExpression expr, Dictionary<string, object> attrs)
366Dictionary<string, object> attrs = new Dictionary<string, object>();
373Dictionary<string, object> attrs = new Dictionary<string, object>();
384Dictionary<string, object> attrs = new Dictionary<string, object>();
398Dictionary<string, object> attrs = new Dictionary<string, object>();
440Dictionary<string, object> attrs = new Dictionary<string,object>();
454Dictionary<string, object> attrs = new Dictionary<string, object>();
462Dictionary<string, object> attrs = new Dictionary<string, object>();
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (11)
316var keyValueMap = keyPropAndValue.ToDictionary(pav => pav.Item1, pav => pav.Item2, StringComparer.Ordinal);
432Dictionary<object, DbComparisonExpression> discriminatorPredicates = new Dictionary<object, DbComparisonExpression>();
442Dictionary<string, DbComparisonExpression> inputPredicateMap = new Dictionary<string, DbComparisonExpression>();
443Dictionary<string, DbComparisonExpression> selectorPredicateMap = new Dictionary<string, DbComparisonExpression>();
444Dictionary<string, DbExpression> columnValues = new Dictionary<string, DbExpression>(rowConstructor.Arguments.Count);
515internal static DbExpression Substitute(DbExpression original, string referencedVariable, Dictionary<string, DbExpression> propertyValues)
523private readonly Dictionary<string, DbExpression> replacements;
525private ValueSubstituter(string varName, Dictionary<string, DbExpression> replValues)
638Dictionary<string, DbExpression> bindings = new Dictionary<string, DbExpression>(innerNew.Arguments.Count);
705private Dictionary<string, DbExpression> m_varRefMemberBindings;
708internal ProjectionCollapser(Dictionary<string, DbExpression> varRefMemberBindings,
System\Data\Common\DbXmlEnabledProviderManifest.cs (6)
27private Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>> _facetDescriptions = new Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<FacetDescription>>();
30private Dictionary<string, PrimitiveType> _storeTypeNameToEdmPrimitiveType = new Dictionary<string, PrimitiveType>();
31private Dictionary<string, PrimitiveType> _storeTypeNameToStorePrimitiveType = new Dictionary<string, PrimitiveType>();
54protected Dictionary<string, PrimitiveType> StoreTypeNameToEdmPrimitiveType
62protected Dictionary<string, PrimitiveType> StoreTypeNameToStorePrimitiveType
148private static System.Collections.ObjectModel.ReadOnlyCollection<T> GetReadOnlyCollection<T>(PrimitiveType type, Dictionary<PrimitiveType, System.Collections.ObjectModel.ReadOnlyCollection<T>> typeDictionary, System.Collections.ObjectModel.ReadOnlyCollection<T> useIfEmpty)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (9)
52static Dictionary<string, short> _keywords;
55static Dictionary<string, short> _operators;
56static Dictionary<string, short> _punctuators;
829private static Dictionary<string, short> InternalKeywordDictionary
836Dictionary<string, short> keywords = new Dictionary<string, short>(60, _stringComparer);
1005private static Dictionary<string, short> InternalOperatorDictionary
1012Dictionary<string, short> operators = new Dictionary<string, short>(16, _stringComparer);
1035private static Dictionary<string, short> InternalPunctuatorDictionary
1042Dictionary<string, short> punctuators = new Dictionary<string, short>(16, _stringComparer);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (8)
2534Dictionary<string, TypeUsage> rowColumns = new Dictionary<string, TypeUsage>(sr.NameComparer);
3599Dictionary<string, DbExpression> projectionExpressions = null;
4342private static readonly Dictionary<Type, AstExprConverter> _astExprConverters = CreateAstExprConverters();
4344private static readonly Dictionary<AST.BuiltInKind, BuiltInExprConverter> _builtInExprConverter = CreateBuiltInExprConverter();
4346private static Dictionary<Type, AstExprConverter> CreateAstExprConverters()
4349Dictionary<Type, AstExprConverter> astExprConverters = new Dictionary<Type, AstExprConverter>(NumberOfElements);
4371private static Dictionary<AST.BuiltInKind, BuiltInExprConverter> CreateBuiltInExprConverter()
4373Dictionary<AST.BuiltInKind, BuiltInExprConverter> builtInExprConverter = new Dictionary<AST.BuiltInKind, BuiltInExprConverter>(sizeof(AST.BuiltInKind));
System\Data\Common\EntitySql\SemanticResolver.cs (10)
100private readonly Dictionary<string, DbParameterReferenceExpression> _parameters;
101private readonly Dictionary<string, DbVariableReferenceExpression> _variables;
142Dictionary<string, DbParameterReferenceExpression> parameters,
143Dictionary<string, DbVariableReferenceExpression> variables,
175private static Dictionary<string, DbParameterReferenceExpression> ProcessParameters(IEnumerable<DbParameterReferenceExpression> paramDefs, ParserOptions parserOptions)
177Dictionary<string, DbParameterReferenceExpression> retParams = new Dictionary<string, DbParameterReferenceExpression>(parserOptions.NameComparer);
202private static Dictionary<string, DbVariableReferenceExpression> ProcessVariables(IEnumerable<DbVariableReferenceExpression> varDefs, ParserOptions parserOptions)
204Dictionary<string, DbVariableReferenceExpression> retVars = new Dictionary<string, DbVariableReferenceExpression>(parserOptions.NameComparer);
229internal Dictionary<string, DbParameterReferenceExpression> Parameters
237internal Dictionary<string, DbVariableReferenceExpression> Variables
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (11)
26private readonly Dictionary<String, object> _facetValues;
112private bool TryGetFacets(EdmType edmType, bool complainOnMissingFacet, out Dictionary<string, Facet> calculatedFacets)
115Dictionary<string, Facet> defaultFacets = edmType.GetAssociatedFacetDescriptions().ToDictionary(f => f.FacetName, f => f.DefaultValueFacet);
186Dictionary<string, Facet> calculatedFacets;
201Dictionary<string, Facet> calculatedFacets;
365private void ValidateAndSetBinaryFacets(EdmType type, Dictionary<string, Facet> facets)
371private void ValidateAndSetDecimalFacets(EdmType type, Dictionary<string, Facet> facets)
428private void ValidatePrecisionFacetsForDateTimeFamily(EdmType type, Dictionary<string, Facet> facets)
455private void ValidateAndSetStringFacets(EdmType type, Dictionary<string, Facet> facets)
460private void ValidateLengthFacets(EdmType type, Dictionary<string, Facet> facets)
491private void ValidateSpatialFacets(EdmType type, Dictionary<string, Facet> facets)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (8)
49private Dictionary<string, int> clrTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name
50private Dictionary<string, int> cdmTypeIndexes = new Dictionary<string, int>(StringComparer.Ordinal); //Indexes into the type mappings collection based on clr type name
431Dictionary<string, ObjectTypeMapping> typeMappings = new Dictionary<string, ObjectTypeMapping>(StringComparer.Ordinal);
447Dictionary<string, ObjectTypeMapping> typeMappings)
607DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
749DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
791DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
808DefaultObjectMappingItemCollection ocItemCollection, Dictionary<string, ObjectTypeMapping> typeMappings)
System\Data\Mapping\StorageMappingItemCollection.cs (9)
53private Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> m_memberMappings = new Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>>();
206Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict;
207Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict;
399internal Dictionary<EntitySetBase, string> GenerateEntitySetViews(out IList<EdmSchemaError> errors)
401Dictionary<EntitySetBase, string> esqlViews = new Dictionary<EntitySetBase, string>();
733Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict,
734Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict,
787Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict,
788Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict,
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (12)
50private readonly Memoizer<EntityContainer, Dictionary<EntitySetBase, GeneratedView>> m_generatedViewsMemoizer;
57out Dictionary<EntitySetBase, GeneratedView> userDefinedQueryViewsDict,
58out Dictionary<OfTypeQVCacheKey, GeneratedView> userDefinedQueryViewsOfTypeDict)
61this.m_generatedViewsMemoizer = new Memoizer<EntityContainer, Dictionary<EntitySetBase, GeneratedView>>(SerializedGetGeneratedViews, null);
71private Dictionary<EntitySetBase, GeneratedView> SerializedGetGeneratedViews(EntityContainer container)
76Dictionary<EntitySetBase, GeneratedView> extentMappingViews;
128private void SerializedGenerateViews(StorageEntityContainerMapping entityContainerMap, Dictionary<EntitySetBase, GeneratedView> resultDictionary)
352Dictionary<EntitySetBase, GeneratedView> generatedViews = m_generatedViewsMemoizer.Evaluate(extent.EntityContainer);
368private void SerializedCollectViewsFromObjectCollection(MetadataWorkspace workspace, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)
406private void SerializedAddGeneratedViewsInEntityViewContainer(MetadataWorkspace workspace, EntityViewContainer entityViewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)
485private void SerializedAddGeneratedViews(MetadataWorkspace workspace, EntityViewContainer viewContainer, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)
539private void SerializedCollectViewsFromReferencedAssemblies(MetadataWorkspace workspace, Dictionary<EntitySetBase, GeneratedView> extentMappingViews)
System\Data\Mapping\StorageMappingItemLoader.cs (6)
96internal StorageMappingItemLoader(XmlReader reader, StorageMappingItemCollection storageMappingItemCollection, string fileName, Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> scalarMemberMappings)
137private Dictionary<string, string> m_alias; //To support the aliasing mechanism provided by MSL.
141private Dictionary<EdmMember, KeyValuePair<TypeUsage, TypeUsage>> m_scalarMemberMappings; // dictionary of all the scalar member mappings - this is to validate that no property is mapped to different store types across mappings.
553Dictionary<EntitySetBase, int> mappingCounts = new Dictionary<EntitySetBase, int>();
603private static void IncrementCount<T>(Dictionary<T, int> counts, T key)
1214var associationEnds = new Dictionary<AssociationSet, AssociationEndMember>();
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (7)
29private readonly Dictionary<int, string> m_outputIdentifiers;
35Dictionary<int, string> outputIdentifiers)
97internal override long Execute(UpdateTranslator translator, EntityConnection connection, Dictionary<int, object> identifierValues, List<KeyValuePair<PropagatorResult, object>> generatedValues)
172private DbCommand CreateCommand(UpdateTranslator translator, Dictionary<int, object> identifierValues)
179Dictionary<DbSetClause, DbSetClause> modifiedClauses = new Dictionary<DbSetClause, DbSetClause>();
199private DbModificationCommandTree RebuildCommandTree(DbModificationCommandTree originalTree, Dictionary<DbSetClause, DbSetClause> clauseMappings)
227private List<DbModificationClause> ReplaceClauses(IList<DbModificationClause> originalClauses, Dictionary<DbSetClause, DbSetClause> mappings)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (7)
63private readonly Dictionary<EntityType, StorageEntityTypeModificationFunctionMapping> m_typeMappings;
95var currentReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>();
96var originalReferenceEnds = new Dictionary<AssociationEndMember, IEntityStateEntry>();
140Dictionary<AssociationEndMember, IEntityStateEntry> currentReferenceEnd,
141Dictionary<AssociationEndMember, IEntityStateEntry> originalReferenceEnd,
227private void BindFunctionParameters(UpdateTranslator translator, ExtractedStateEntry stateEntry, StorageModificationFunctionMapping functionMapping, FunctionUpdateCommand command, Dictionary<AssociationEndMember, IEntityStateEntry> currentReferenceEnds, Dictionary<AssociationEndMember, IEntityStateEntry> originalReferenceEnds)
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
24private readonly Dictionary<Tuple<EntityKey, string, bool>, int> _foreignKeyIdentifiers = new Dictionary<Tuple<EntityKey, string, bool>, int>();
25private readonly Dictionary<EntityKey, EntityKey> _valueKeyToTempKey = new Dictionary<EntityKey, EntityKey>();
26private readonly Dictionary<EntityKey, int> _keyIdentifiers = new Dictionary<EntityKey, int>();
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (18)
23using JoinDictionary = Dictionary<CompositeKey, Tuple<CompositeKey, PropagatorResult>>;
94private static readonly Dictionary<Ops, Ops> s_innerJoinInsertRules;
95private static readonly Dictionary<Ops, Ops> s_innerJoinDeleteRules;
96private static readonly Dictionary<Ops, Ops> s_leftOuterJoinInsertRules;
97private static readonly Dictionary<Ops, Ops> s_leftOuterJoinDeleteRules;
102private readonly Dictionary<Ops, Ops> m_insertRules;
103private readonly Dictionary<Ops, Ops> m_deleteRules;
260JoinDictionary leftDeletes = ProcessKeys(m_left.Deleted, m_leftKeySelectors);
261JoinDictionary leftInserts = ProcessKeys(m_left.Inserted, m_leftKeySelectors);
262JoinDictionary rightDeletes = ProcessKeys(m_right.Deleted, m_rightKeySelectors);
263JoinDictionary rightInserts = ProcessKeys(m_right.Inserted, m_rightKeySelectors);
287private void Propagate(CompositeKey key, ChangeNode result, JoinDictionary leftDeletes, JoinDictionary leftInserts,
288JoinDictionary rightDeletes, JoinDictionary rightInserts)
397Dictionary<PropagatorResult, PropagatorResult> map = null;
463private JoinDictionary ProcessKeys(IEnumerable<PropagatorResult> instances, ReadOnlyCollection<DbExpression> keySelectors)
468var hash = new JoinDictionary(m_parent.UpdateTranslator.KeyComparer);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (4)
110Dictionary<CompositeKey, PropagatorResult> deleteResults = ProcessKeys(compiler, changeNode.Deleted, keys);
111Dictionary<CompositeKey, PropagatorResult> insertResults = ProcessKeys(compiler, changeNode.Inserted, keys);
179private Dictionary<CompositeKey, PropagatorResult> ProcessKeys(UpdateCompiler compiler, List<PropagatorResult> changes, Set<CompositeKey> keys)
181Dictionary<CompositeKey, PropagatorResult> map = new Dictionary<CompositeKey, PropagatorResult>(
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (5)
90Dictionary<int, string> outputIdentifiers;
148Dictionary<int, string> outputIdentifiers;
190PropagatorResult originalRow, TableChangeProcessor processor, bool insertMode, out Dictionary<int, string> outputIdentifiers, out DbExpression returning,
193Dictionary<EdmProperty, PropagatorResult> setClauses = new Dictionary<EdmProperty, PropagatorResult>();
365Dictionary<EdmProperty, PropagatorResult> whereClauses = new Dictionary<EdmProperty, PropagatorResult>();
System\Data\Mapping\Update\Internal\ViewLoader.cs (4)
42private readonly Dictionary<AssociationSet, AssociationSetMetadata> m_associationSetMetadata = new Dictionary<AssociationSet, AssociationSetMetadata>();
43private readonly Dictionary<EntitySetBase, Set<EntitySet>> m_affectedTables = new Dictionary<EntitySetBase, Set<EntitySet>>();
46private readonly Dictionary<EntitySetBase, ModificationFunctionMappingTranslator> m_functionMappingTranslators = new Dictionary<EntitySetBase, ModificationFunctionMappingTranslator>(
110private T_Value SyncGetValue<T_Key, T_Value>(EntitySetBase entitySetBase, MetadataWorkspace workspace, Dictionary<T_Key, T_Value> dictionary, T_Key key)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (10)
61Dictionary<EdmProperty, DbExpression> propertyMap,
62Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap,
97var propertyMap = new Dictionary<EdmProperty, DbExpression>();
98var relPropertyMap = new Dictionary<Query.InternalTrees.RelProperty, DbExpression>();
99var typeToRelPropertyMap = new Dictionary<EntityType, List<Query.InternalTrees.RelProperty>>();
158Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap,
159Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap)
184Dictionary<EdmProperty, DbExpression> propertyMap,
185Dictionary<Query.InternalTrees.RelProperty, DbExpression> relPropertyMap,
186Dictionary<EntityType, List<Query.InternalTrees.RelProperty>> typeToRelPropertyMap,
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (7)
63Dictionary<MemberPath, CaseStatement> _caseStatements = new Dictionary<MemberPath, CaseStatement>();
174internal Dictionary<MemberPath, CaseStatement> CaseStatements
743Dictionary<BoolLiteral, BoolLiteral> literalRemap = new Dictionary<BoolLiteral, BoolLiteral>(BoolLiteral.EqualityIdentifierComparer);
764Dictionary<MemberPath, CaseStatement> newCaseStatements = new Dictionary<MemberPath, CaseStatement>();
883Dictionary<MemberPath, FragmentQuery> attributeConditions = new Dictionary<MemberPath, FragmentQuery>();
941Dictionary<MemberPath, FragmentQuery> attributeConditions)
990private bool CoverAttribute(MemberPath projectedAttribute, FragmentQuery view, Dictionary<MemberPath, FragmentQuery> attributeConditions, FragmentQuery toFillQuery)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs (3)
23private readonly Dictionary<T_Tile, TileOpKind> m_usedViews = new Dictionary<T_Tile, TileOpKind>();
26private RewritingSimplifier(T_Tile originalRewriting, T_Tile toAvoid, Dictionary<T_Tile, TileOpKind> usedViews,
60internal static bool TrySimplifyJoinRewriting(ref T_Tile rewriting, T_Tile toAvoid, Dictionary<T_Tile, TileOpKind> usedViews, RewritingProcessor<T_Tile> qp)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (8)
52Dictionary<MemberValueBinding, CellTreeNode> plainMemberValueTrees = CreateMemberValueTrees(false);
55Dictionary<MemberValueBinding, CellTreeNode> complementMemberValueTrees = CreateMemberValueTrees(true);
191private Dictionary<MemberValueBinding, CellTreeNode> CreateMemberValueTrees(bool complementElse)
193Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees = new Dictionary<MemberValueBinding, CellTreeNode>();
239private void CheckConstraintsOnProjectedConditionMembers(Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees, LeftCellWrapper wrapper, CellTreeNode sQueryTree, BoolExpression inExtentCondition)
350private void CheckConstraintsOnNonNullableMembers(Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees, LeftCellWrapper wrapper, CellTreeNode sQueryTree, BoolExpression inExtentCondition)
390Dictionary<MemberValueBinding, CellTreeNode> _memberValueTrees;
392internal WhereClauseVisitor(CellTreeNode topLevelTree, Dictionary<MemberValueBinding, CellTreeNode> memberValueTrees)
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (11)
36private Dictionary<MemberPath, CellConstantSet> m_conditionDomainMap;
39private Dictionary<MemberPath, CellConstantSet> m_nonConditionDomainMap;
54private MemberDomainMap(Dictionary<MemberPath, CellConstantSet> domainMap,
55Dictionary<MemberPath, CellConstantSet> nonConditionDomainMap, EdmItemCollection edmItemCollection)
64internal MemberDomainMap(ViewTarget viewTarget, bool isValidationEnabled, IEnumerable<Cell> extentCells, EdmItemCollection edmItemCollection, ConfigViewGenerator config, Dictionary<EntityType, Set<EntityType>> inheritanceGraph)
69Dictionary<MemberPath, CellConstantSet> domainMap = null;
175var domainMap = m_conditionDomainMap.ToDictionary(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer));
184var domainMap = m_conditionDomainMap.ToDictionary(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer));
196private void ExpandDomainsIfNeeded(Dictionary<MemberPath, CellConstantSet> domainMapForMembers)
236private static void ReduceEnumerableDomainToEnumeratedValues(ViewTarget target, Dictionary<MemberPath, CellConstantSet> domainMap, ConfigViewGenerator config,
302private static void ExpandNegationsInDomainMap(Dictionary<MemberPath, Set<Constant>> domainMap)
System\Data\Metadata\Converter.cs (20)
103Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>();
112Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems = new Dictionary<Som.SchemaElement, GlobalItem>();
124ConversionCache convertedItemCache, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
180Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
257Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
318Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
373Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
401Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
448Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
611Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
653Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
709Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
786Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
859Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
1043private static EnumType ConvertToEnumType(Som.SchemaEnumType somEnumType, Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
1108Dictionary<Som.SchemaElement, GlobalItem> newGlobalItems)
1266Dictionary<string, Facet> newFacets = targetType.Facets.ToDictionary(f => f.Name);
1303Dictionary<string, Facet> facets = propertyTypeUsage.Facets.ToDictionary(f => f.Name);
1401private readonly Dictionary<EdmType, TypeUsage> _nullFacetsTypeUsage;
1402private readonly Dictionary<EdmType, TypeUsage> _nullFacetsCollectionTypeUsage;
System\Data\Metadata\MetadataCache.cs (4)
39private static readonly Dictionary<string, EdmMetadataEntry> _edmLevelCache = new Dictionary<string, EdmMetadataEntry>(StringComparer.OrdinalIgnoreCase);
45private static readonly Dictionary<string, StoreMetadataEntry> _storeLevelCache = new Dictionary<string, StoreMetadataEntry>(StringComparer.OrdinalIgnoreCase);
199private static void DoCacheClean<T>(Dictionary<string, T> cache, object objectToLock) where T: MetadataEntry
312private static T GetCacheEntry<T>(Dictionary<string, T> cache, string cacheKey, object objectToLock,
System\Data\Metadata\ObjectLayer\AssemblyCache.cs (5)
20private readonly static Dictionary<Assembly, ImmutableAssemblyCacheEntry> s_globalAssemblyCache = new Dictionary<Assembly, ImmutableAssemblyCacheEntry>();
33KnownAssembliesSet knownAssemblies, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors)
40KnownAssembliesSet knownAssemblies, EdmItemCollection edmItemCollection, Action<String> logLoadMessage, ref object loaderCookie, out Dictionary<string, EdmType> typesInLoading, out List<EdmItemError> errors)
137private static void UpdateCache(EdmItemCollection edmItemCollection, Dictionary<Assembly, MutableAssemblyCacheEntry> assemblies)
146private static void UpdateCache(LockedAssemblyCache lockedAssemblyCache, Dictionary<Assembly, MutableAssemblyCacheEntry> assemblies)
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (8)
21private readonly Dictionary<string, EdmType> _typesInLoading;
35private readonly Dictionary<Assembly, MutableAssemblyCacheEntry> _listOfAssembliesLoaded = new Dictionary<Assembly, MutableAssemblyCacheEntry>();
45private Dictionary<string, KeyValuePair<EdmType, int>> _conventionCSpaceTypeNames;
46private Dictionary<EdmType, EdmType> _cspaceToOspace;
48internal Dictionary<string, EdmType> TypesInLoading { get { return _typesInLoading; } }
49internal Dictionary<Assembly, MutableAssemblyCacheEntry> AssembliesLoaded { get { return _listOfAssembliesLoaded; } }
54internal Dictionary<EdmType, EdmType> CspaceToOspace { get { return _cspaceToOspace; } }
71internal Dictionary<string, KeyValuePair<EdmType, int>> ConventionCSpaceTypeNames
System\Data\Objects\ELinq\MethodCallTranslator.cs (12)
95private static readonly Dictionary<MethodInfo, CallTranslator> s_methodTranslators = InitializeMethodTranslators();
96private static readonly Dictionary<SequenceMethod, SequenceMethodTranslator> s_sequenceTranslators = InitializeSequenceMethodTranslators();
97private static readonly Dictionary<string, ObjectQueryCallTranslator> s_objectQueryTranslators = InitializeObjectQueryTranslators();
101private static Dictionary<MethodInfo, CallTranslator> InitializeMethodTranslators()
104Dictionary<MethodInfo, CallTranslator> methodTranslators = new Dictionary<MethodInfo, CallTranslator>();
116private static Dictionary<SequenceMethod, SequenceMethodTranslator> InitializeSequenceMethodTranslators()
119Dictionary<SequenceMethod, SequenceMethodTranslator> sequenceTranslators = new Dictionary<SequenceMethod, SequenceMethodTranslator>();
131private static Dictionary<string, ObjectQueryCallTranslator> InitializeObjectQueryTranslators()
134Dictionary<string, ObjectQueryCallTranslator> objectQueryCallTranslators = new Dictionary<string, ObjectQueryCallTranslator>(StringComparer.Ordinal);
533private static readonly Dictionary<MethodInfo, MethodInfo> s_alternativeMethods = InitializeAlternateMethodInfos();
572private static Dictionary<MethodInfo, MethodInfo> InitializeAlternateMethodInfos()
1430private static readonly Dictionary<MethodInfo, string> s_methodNameMap = new Dictionary<MethodInfo, string>(4);
System\Data\Objects\EntityEntry.cs (23)
35private Dictionary<object, Dictionary<int, object>> _originalComplexObjects; // used for POCO Complex Objects change tracking
1707Dictionary<RelatedEnd, HashSet<EntityKey>> keys;
1770this._originalComplexObjects = new Dictionary<object, Dictionary<int, object>>();
1772Dictionary<int, object> ordinal2complexObject;
1788foreach (Dictionary<int, object> ordinal2complexObject in this._originalComplexObjects.Values)
2023Dictionary<int, object> ordinal2complexObject;
2041Dictionary<int, object> ordinal2complexObject;
2099var changedFKs = new Dictionary<int, object>();
2313Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> relationships,
2337Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> relationships,
2338Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> principalRelationships,
2367Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<T>>> relationships,
2372Dictionary<RelatedEnd, HashSet<T>> alreadyDetectedRelationshipsFrom;
2687Dictionary<string, KeyValuePair<object, IntBox>> properties;
2710internal void RetrieveReferentialConstraintPropertiesFromKeyEntries(Dictionary<string, KeyValuePair<object, IntBox>> properties)
2756internal static void AddOrIncreaseCounter(Dictionary<string, KeyValuePair<object, IntBox>> properties, string propertyName, object propertyValue)
2915internal void GetOtherKeyProperties(Dictionary<string, KeyValuePair<object, IntBox>> properties)
3832out Dictionary<RelatedEnd, HashSet<EntityKey>> relatedEntities,
System\Data\Objects\Internal\TransactionManager.cs (19)
26internal Dictionary<RelatedEnd, IList<IEntityWrapper>> PromotedRelationships
33internal Dictionary<object, EntityEntry> PromotedKeyEntries
76internal Dictionary<object, IEntityWrapper> WrappedEntities
102internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> AddedRelationshipsByGraph
109internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>> DeletedRelationshipsByGraph
116internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByForeignKey
123internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> AddedRelationshipsByPrincipalKey
130internal Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>> DeletedRelationshipsByForeignKey
137internal Dictionary<IEntityWrapper, HashSet<RelatedEnd>> ChangedForeignKeys
305this.DeletedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
306this.AddedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
307this.DeletedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
308this.AddedRelationshipsByForeignKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
309this.AddedRelationshipsByPrincipalKey = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
System\Data\Objects\ObjectContext.cs (6)
1239private void AddRefreshKey(object entityLike, Dictionary<EntityKey, EntityEntry> entities, Dictionary<EntitySet, List<EntityKey>> currentKeys)
2016Dictionary<EntityKey, EntityEntry> entities,
2058Dictionary<EntityKey, EntityEntry> entities = new Dictionary<EntityKey, EntityEntry>(RefreshEntitiesSize(collection));
2061Dictionary<EntitySet, List<EntityKey>> refreshKeys = new Dictionary<EntitySet, List<EntityKey>>();
2162private int BatchRefreshEntitiesByKey(RefreshMode refreshMode, Dictionary<EntityKey, EntityEntry> trackedEntities, EntitySet targetSet, List<EntityKey> targetKeys, int startFrom)
System\Data\Objects\ObjectStateManager.cs (33)
37private Dictionary<EntityKey, EntityEntry> _addedEntityStore;
38private Dictionary<EntityKey, EntityEntry> _modifiedEntityStore;
39private Dictionary<EntityKey, EntityEntry> _deletedEntityStore;
40private Dictionary<EntityKey, EntityEntry> _unchangedEntityStore;
41private Dictionary<object, EntityEntry> _keylessEntityStore;
45private Dictionary<RelationshipWrapper, RelationshipEntry> _addedRelationshipStore;
46private Dictionary<RelationshipWrapper, RelationshipEntry> _deletedRelationshipStore;
47private Dictionary<RelationshipWrapper, RelationshipEntry> _unchangedRelationshipStore;
50private readonly Dictionary<EdmType, StateManagerTypeMetadata> _metadataStore;
51private readonly Dictionary<EntitySetQualifiedType, StateManagerTypeMetadata> _metadataMapping;
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>();
1712Dictionary<EntityKey, EntityEntry>[] stores = { _unchangedEntityStore, _modifiedEntityStore, _addedEntityStore, _deletedEntityStore };
1713foreach (Dictionary<EntityKey, EntityEntry> store in stores)
1928private void GetEntityEntriesForDetectChanges(Dictionary<EntityKey, EntityEntry> entityStore, ref List<EntityEntry> entries)
2759Dictionary<RelationshipWrapper, RelationshipEntry> dictionaryToAdd = null;
2800Dictionary<EntityKey, EntityEntry> dictionaryToAdd = null;
2871Dictionary<RelationshipWrapper, RelationshipEntry> dictionaryContainingEntry = null;
2915Dictionary<EntityKey, EntityEntry> dictionaryContainingEntry = null;
3122Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3124Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3171Dictionary<string, KeyValuePair<object, IntBox>> properties = new Dictionary<string, KeyValuePair<object, IntBox>>();
3212Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByPrincipalKey;
3236Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3261Dictionary<string, KeyValuePair<object, IntBox>> retrievedProperties = new Dictionary<string, KeyValuePair<object, IntBox>>();
3349Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3359Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3475Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3484Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph;
3612Dictionary<RelatedEnd, HashSet<EntityKey>> deletedRelationshipsByForeignKey;
3613Dictionary<RelatedEnd, HashSet<IEntityWrapper>> deletedRelationshipsByGraph;
3638Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
3665Dictionary<RelatedEnd, HashSet<EntityKey>> addedRelationshipsByForeignKey;
3673Dictionary<RelatedEnd, HashSet<IEntityWrapper>> addedRelationshipsByGraph;
System\Data\Query\InternalTrees\ColumnMapFactory.cs (6)
55Dictionary<EntityType, TypedColumnMap> typeChoices = new Dictionary<EntityType, TypedColumnMap>(mappedEntityTypes.Count);
85internal static CollectionColumnMap CreateColumnMapFromReaderAndType(DbDataReader storeDataReader, EdmType edmType, EntitySet entitySet, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
216ColumnMap[] propertyColumnMaps, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
268private static ColumnMap[] GetColumnMapsForType(DbDataReader storeDataReader, EdmType edmType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
319private static int GetMemberOrdinalFromReader(DbDataReader storeDataReader, EdmMember member, EdmType currentType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
331private static string GetRenameForMember(EdmMember member, EdmType currentType, Dictionary<string, FunctionImportReturnTypeStructuralTypeColumnRenameMapping> renameList)
System\Data\Query\InternalTrees\Dump.cs (24)
128internal void Begin(string name, Dictionary<string, object> attrs) {
233Dictionary<string, object> attrs = new Dictionary<string, object>();
253Dictionary<string, object> attrs = new Dictionary<string, object>();
292Dictionary<string, object> attrs = new Dictionary<string, object>();
322Dictionary<string, object> attrs2 = new Dictionary<string, object>();
461Dictionary<string, object> attrs = new Dictionary<string, object>();
476Dictionary<string, object> attrs2 = new Dictionary<string, object>();
493Dictionary<string, object> attrs = new Dictionary<string, object>();
504Dictionary<string, object> attrs = new Dictionary<string, object>();
517Dictionary<string, object> attrs = new Dictionary<string, object>();
528Dictionary<string, object> attrs = new Dictionary<string, object>();
553Dictionary<string, object> attrs = new Dictionary<string, object>();
572Dictionary<string, object> attrs = new Dictionary<string, object>();
622private static Dictionary<string, object> GetAttributes(ColumnMap columnMap) {
623Dictionary<string, object> attrs = new Dictionary<string, object>();
655Dictionary<string, object> attrs = new Dictionary<string,object>();
691Dictionary<string, object> attrs = new Dictionary<string, object>();
713Dictionary<string, object> attrs = new Dictionary<string, object>();
777Dictionary<string, object> attrs = GetAttributes(columnMap);
792Dictionary<string, object> attrs = GetAttributes(columnMap);
1022Dictionary<string, object> attrs = new Dictionary<string, object>();
1030internal AutoXml(Dump dumper, Op op, Dictionary<string, object> attrs) {
1034Dictionary<string, object> attrs2 = new Dictionary<string, object>();
1050internal AutoXml(Dump dumper, string nodeName, Dictionary<string, object> attrs) {
System\Data\Query\PlanCompiler\AggregatePushdown.cs (9)
174private readonly Dictionary<Var, GroupAggregateVarRefInfo> _groupAggregateVarRelatedVarToInfo = new Dictionary<Var, GroupAggregateVarRefInfo>();
175private Dictionary<Var, Dictionary<EdmMember, GroupAggregateVarRefInfo>> _groupAggregateVarRelatedVarPropertyToInfo;
223this._groupAggregateVarRelatedVarPropertyToInfo = new Dictionary<Var, Dictionary<System.Data.Metadata.Edm.EdmMember, GroupAggregateVarRefInfo>>();
225Dictionary<EdmMember, GroupAggregateVarRefInfo> varPropertyDictionary;
265Dictionary<EdmMember, GroupAggregateVarRefInfo> varPropertyDictionary;
432Dictionary<Var, Node> constantDefinitions = new Dictionary<Var, Node>();
635private readonly Dictionary<Node, Node> _childToParent = new Dictionary<Node, Node>();
912Dictionary<Var, Var> dictionary = new Dictionary<Var, Var>(1);
System\Data\Query\PlanCompiler\ColumnMapTranslator.cs (5)
85private static Var GetReplacementVar(Var originalVar, Dictionary<Var, Var> replacementVarMap)
123internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, ColumnMap> varToColumnMap)
157internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, Var> varToVarMap)
184internal static ColumnMap Translate(ColumnMap columnMapToTranslate, Dictionary<Var, KeyValuePair<int, int>> varToCommandColumnMap)
345Dictionary<object, TypedColumnMap> newTypeChoices = columnMap.TypeChoices;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (10)
290private Dictionary<Var, DbExpression> _definedVars;
292internal VarDefScope(Dictionary<Var, DbExpression> definedVars)
323private Dictionary<ParameterVar, DbParameterReferenceExpression> _addedParams = new Dictionary<ParameterVar, DbParameterReferenceExpression>();
326private Dictionary<DbExpression, RelOpInfo> _relOpState = new Dictionary<DbExpression, RelOpInfo>();
517Dictionary<Var, DbExpression> varDefs = new Dictionary<Var, DbExpression>();
1130private static string GenerateNameForVar(Var projectedVar, Dictionary<string, AliasGenerator> aliasMap,
1131AliasGenerator defaultAliasGenerator, Dictionary<string, string> alreadyUsedNames)
1208Dictionary<string, AliasGenerator> aliasMap = new Dictionary<string, AliasGenerator>(StringComparer.InvariantCultureIgnoreCase);
1209Dictionary<string, string> alreadyUsedAliases = new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase);
1735Dictionary<Var, DbAggregate> aggMap = new Dictionary<Var,DbAggregate>();
System\Data\Query\PlanCompiler\ITreeGenerator.cs (11)
100private readonly Dictionary<string, Tuple<Node, bool>> _arguments;
101private readonly Dictionary<Node, bool> _referencedArgs;
103internal LambdaScope(ITreeGenerator treeGen, Command command, Dictionary<string, Tuple<Node, bool>> args)
161private void MapCopiedNodeVars(IList<Node> sources, IList<Node> copies, Dictionary<Var, Var> varMappings)
194private static Dictionary<DbExpressionKind, OpType> s_opMap = InitializeExpressionKindToOpTypeMap();
198private readonly Dictionary<Node, Var> _varMap = new Dictionary<Node, Var>();
203private readonly Dictionary<DbExpression, bool> _functionsIsPredicateFlag = new Dictionary<DbExpression, bool>();
217private static Dictionary<DbExpressionKind, OpType> InitializeExpressionKindToOpTypeMap()
219Dictionary<DbExpressionKind, OpType> opMap = new Dictionary<DbExpressionKind, OpType>(12);
244internal Dictionary<Node, Var> VarMap { get { return _varMap; } }
880var args = new Dictionary<string, Tuple<Node, bool>>();
System\Data\Query\PlanCompiler\JoinGraph.cs (16)
487private Dictionary<Table, AugmentedTableNode> m_tableVertexMap;
489private Dictionary<Var, VarVec> m_reverseVarMap;
490private Dictionary<Var, AugmentedTableNode> m_varToDefiningNodeMap; //Includes all replacing vars and referenced vars from replacing tables
491private Dictionary<Node, Node> m_processedNodes;
544out Dictionary<Node, Node> processedNodes)
1743Dictionary<md.EntitySetBase, List<JoinEdge>> groupedEdges = new Dictionary<md.EntitySetBase, List<JoinEdge>>();
2308Dictionary<Node, int> predicates;
2469Dictionary<Node, int> predicates;
2499private Node RebuildNodeTree(AugmentedJoinNode joinNode, out Dictionary<Node, int> predicates)
2510Dictionary<Node, int> leftPredicates;
2511Dictionary<Node, int> rightPredicates;
2635private Node RebuildNodeTree(AugmentedNode augmentedNode, out Dictionary<Node, int> predicates)
2673private Node CombinePredicateNodes(int targetNodeId, Node localPredicateNode, int localPredicateMinLocationId, Dictionary<Node, int> leftPredicates, Dictionary<Node, int> rightPredicates, out Dictionary<Node, int> outPredicates)
2713private Node ClassifyPredicate(int targetNodeId, Node predicateNode, int predicateMinLocationId, Node result, Dictionary<Node, int> outPredicates)
System\Data\Query\PlanCompiler\NestPullup.cs (17)
60private Dictionary<Var, Node> m_definingNodeMap = new Dictionary<Var, Node>();
71private Dictionary<Var, Var> m_varRefMap = new Dictionary<Var, Var>();
210private static void RemapSortKeys(List<InternalTrees.SortKey> sortKeys, Dictionary<Var, Var> varMap)
232private IEnumerable<Var> RemapVars(IEnumerable<Var> vars, Dictionary<Var, Var> varMap)
254private VarList RemapVarList(VarList varList, Dictionary<Var, Var> varMap)
266private VarVec RemapVarVec(VarVec varVec, Dictionary<Var, Var> varMap)
1835Dictionary<Var, Node> collectionVarDefinitions;
1957Dictionary<Var, ColumnMap> varRefReplacementMap = new Dictionary<Var, ColumnMap>();
2117private Node ConvertToSingleStreamNest(Node nestNode, Dictionary<Var, ColumnMap> varRefReplacementMap, VarList flattenedOutputVarList, out SimpleColumnMap[] parentKeyColumnMaps)
2192List<Dictionary<Var, Var>> varMapList;
2195Dictionary<Var, Var> drivingNodeVarMap = varMapList[0];
2475private Node BuildUnionAllSubqueryForNestOp(NestBaseOp nestOp, Node nestNode, VarList drivingNodeVars, VarList discriminatorVarList, out Var discriminatorVar, out List<Dictionary<Var, Var>> varMapList)
2601varMapList = new List<Dictionary<Var, Var>>();
2613Dictionary<Var, Var> varMap = new Dictionary<Var, Var>();
2644Dictionary<Var, Var> reverseVarMap = varMap.GetReverseMap();
2669private Dictionary<Var, Node> m_newCollectionVarDefinitions = new Dictionary<Var, Node>();
2689internal static Node Copy(Command cmd, Node n, out VarMap varMap, out Dictionary<Var, Node> newCollectionVarDefinitions)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (11)
107private readonly Dictionary<Var, PropertyRefList> m_varPropertyMap;
108private readonly Dictionary<Node, PropertyRefList> m_nodePropertyMap;
113private readonly Dictionary<md.EdmFunction, md.EdmProperty[]> m_tvfResultKeys;
114private Dictionary<md.TypeUsage, md.TypeUsage> m_typeToNewTypeMap;
123Dictionary<Var, PropertyRefList> varPropertyMap,
124Dictionary<Node, PropertyRefList> nodePropertyMap,
125Dictionary<md.EdmFunction, md.EdmProperty[]> tvfResultKeys)
149Dictionary<md.EdmFunction, md.EdmProperty[]> tvfResultKeys)
157Dictionary<Var, PropertyRefList> varPropertyMap;
158Dictionary<Node, PropertyRefList> nodePropertyMap;
708Dictionary<md.EdmProperty, PropertyRef> flattenedTypePropertyToPropertyRef = new Dictionary<md.EdmProperty, PropertyRef>();
System\Data\Query\PlanCompiler\PreProcessor.cs (7)
126private readonly Dictionary<EdmFunction, EdmProperty[]> m_tvfResultKeys = new Dictionary<EdmFunction, EdmProperty[]>();
135private readonly Dictionary<EntitySetBase, DiscriminatorMapInfo> m_discriminatorMaps = new Dictionary<EntitySetBase, DiscriminatorMapInfo>();
156out Dictionary<EdmFunction, EdmProperty[]> tvfResultKeys)
176internal void Process(out Dictionary<EdmFunction, EdmProperty[]> tvfResultKeys)
1708Dictionary<RelProperty, Node> prebuiltExpressions,
1799Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>();
1869Dictionary<RelProperty, Node> prebuiltRelPropertyExprs = new Dictionary<RelProperty, Node>();
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (8)
97private Dictionary<md.TypeUsage, TypeInfo> m_typeInfoMap;
100private Dictionary<md.EntitySet, int> m_entitySetToEntitySetIdMap;
105private Dictionary<md.EntityTypeBase, md.EntitySet> m_entityTypeToEntitySetMap;
106private Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap> m_discriminatorMaps;
145Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps,
167Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps,
335private void ProcessDiscriminatorMaps(Dictionary<md.EntitySetBase, DiscriminatorMapInfo> discriminatorMaps)
340Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap> filteredMaps = null;
System\Data\Query\PlanCompiler\TransformationRules.cs (22)
87internal Node ReMap(Node node, Dictionary<Var, Node> varMap)
266internal bool IsScalarOpTree(Node node, Dictionary<Var, int> varRefMap)
289internal Dictionary<Var, Node> GetVarMap(Node varDefListNode, Dictionary<Var, int> varRefMap)
293Dictionary<Var, Node> varMap = new Dictionary<Var, Node>();
414private readonly Dictionary<Node, Node> m_suppressions;
547private bool IsScalarOpTree(Node node, Dictionary<Var, int> varRefMap, ref int nonLeafNodeCount)
1476Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
1485Dictionary<Var, Node> varMap = trc.GetVarMap(projectNode.Child1, varRefMap);
1577Dictionary<Var, Node> remapMap = new Dictionary<Var, Node>();
1708Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
1732Dictionary<Var, Node> varMap = trc.GetVarMap(groupByNode.Child1, varRefMap);
2121Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
2130Dictionary<Var, Node> varMap = trc.GetVarMap(subProjectNode.Child1, varRefMap);
3398Dictionary<Var, int> varRefMap = new Dictionary<Var, int>();
3422Dictionary<Var, Node> varMap1 = trc.GetVarMap(joinNode.Child0.Child1, varRefMap);
3423Dictionary<Var, Node> varMap2 = trc.GetVarMap(joinNode.Child1.Child1, varRefMap);
3473Dictionary<Var, Node> varMap = trc.GetVarMap(projectNode.Child1, varRefMap);
4026Dictionary<Var, Node> varToDefiningNode = new Dictionary<Var, Node>(projectNodeVarDefList.Children.Count);
4045private Dictionary<Var, Node> m_varReplacementTable;
4048private VarRefReplacer(Dictionary<Var, Node> varReplacementTable, Command command)
4063internal static Node Replace(Dictionary<Var, Node> varReplacementTable, Node root, Command command)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (37)
38static private readonly Dictionary<string, FunctionHandler> _storeFunctionHandlers = InitializeStoreFunctionHandlers();
39static private readonly Dictionary<string, FunctionHandler> _canonicalFunctionHandlers = InitializeCanonicalFunctionHandlers();
40static private readonly Dictionary<string, string> _functionNameToOperatorDictionary = InitializeFunctionNameToOperatorDictionary();
41static private readonly Dictionary<string, string> _dateAddFunctionNameToDatepartDictionary = InitializeDateAddFunctionNameToDatepartDictionary();
42static private readonly Dictionary<string, string> _dateDiffFunctionNameToDatepartDictionary = InitializeDateDiffFunctionNameToDatepartDictionary();
43static private readonly Dictionary<string, FunctionHandler> _geographyFunctionNameToStaticMethodHandlerDictionary = InitializeGeographyStaticMethodFunctionsDictionary();
44static private readonly Dictionary<string, string> _geographyFunctionNameToInstancePropertyNameDictionary = InitializeGeographyInstancePropertyFunctionsDictionary();
45static private readonly Dictionary<string, string> _geographyRenamedInstanceMethodFunctionDictionary = InitializeRenamedGeographyInstanceMethodFunctions();
46static private readonly Dictionary<string, FunctionHandler> _geometryFunctionNameToStaticMethodHandlerDictionary = InitializeGeometryStaticMethodFunctionsDictionary();
47static private readonly Dictionary<string, string> _geometryFunctionNameToInstancePropertyNameDictionary = InitializeGeometryInstancePropertyFunctionsDictionary();
48static private readonly Dictionary<string, string> _geometryRenamedInstanceMethodFunctionDictionary = InitializeRenamedGeometryInstanceMethodFunctions();
100private static Dictionary<string, FunctionHandler> InitializeStoreFunctionHandlers()
102Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(15, StringComparer.Ordinal);
135private static Dictionary<string, FunctionHandler> InitializeCanonicalFunctionHandlers()
137Dictionary<string, FunctionHandler> functionHandlers = new Dictionary<string, FunctionHandler>(16, StringComparer.Ordinal);
202private static Dictionary<string, string> InitializeFunctionNameToOperatorDictionary()
204Dictionary<string, string> functionNameToOperatorDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
219private static Dictionary<string, string> InitializeDateAddFunctionNameToDatepartDictionary()
221Dictionary<string, string> dateAddFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
239private static Dictionary<string, string> InitializeDateDiffFunctionNameToDatepartDictionary()
241Dictionary<string, string> dateDiffFunctionNameToDatepartDictionary = new Dictionary<string, string>(5, StringComparer.Ordinal);
259private static Dictionary<string, FunctionHandler> InitializeGeographyStaticMethodFunctionsDictionary()
261Dictionary<string, FunctionHandler> staticGeographyFunctions = new Dictionary<string, FunctionHandler>();
294private static Dictionary<string, string> InitializeGeographyInstancePropertyFunctionsDictionary()
296Dictionary<string, string> instancePropGeographyFunctions = new Dictionary<string, string>();
311private static Dictionary<string, string> InitializeRenamedGeographyInstanceMethodFunctions()
313Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>();
347private static Dictionary<string, FunctionHandler> InitializeGeometryStaticMethodFunctionsDictionary()
349Dictionary<string, FunctionHandler> staticGeometryFunctions = new Dictionary<string, FunctionHandler>();
382private static Dictionary<string, string> InitializeGeometryInstancePropertyFunctionsDictionary()
384Dictionary<string, string> instancePropGeometryFunctions = new Dictionary<string, string>();
399private static Dictionary<string, string> InitializeRenamedGeometryInstanceMethodFunctions()
401Dictionary<string, string> renamedInstanceMethodFunctions = new Dictionary<string, string>();
736private static ISqlFragment HandleSpecialFunction(Dictionary<string, FunctionHandler> handlers, SqlGenerator sqlgen, DbFunctionExpression e)
757Dictionary<string, FunctionHandler> staticMethodsMap,
758Dictionary<string, string> instancePropertiesMap,
759Dictionary<string, string> renamedInstanceMethodsMap)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (10)
247Dictionary<string, int> allExtentNames;
248internal Dictionary<string, int> AllExtentNames
256Dictionary<string, int> allColumnNames;
257internal Dictionary<string, int> AllColumnNames
281private Dictionary<string, bool> _candidateParametersToForceNonUnicode = new Dictionary<string, bool>();
2262Dictionary<string, Symbol> newColumns;
3257private ISqlFragment VisitNewInstanceExpression(DbNewInstanceExpression e, bool aliasesNeedRenaming, out Dictionary<string, Symbol> newColumns)
3392List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary)
3521List<Symbol> columnList, Dictionary<string, Symbol> columnDictionary, string columnName)
3604Dictionary<string, Symbol> columnDictionary = new Dictionary<string, Symbol>(StringComparer.OrdinalIgnoreCase);
System\ServiceModel\Channels\MsmqDiagnostics.cs (8)
35Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
142Dictionary<string, string> dictionary = new Dictionary<string, string>(4);
176Dictionary<string, string> dictionary = new Dictionary<string, string>(4);
195Dictionary<string, string> dictionary = new Dictionary<string, string>(2)
223Dictionary<string, string> dictionary = new Dictionary<string, string>(2)
436Dictionary<string, string> dictionary = new Dictionary<string, string>(3);
454Dictionary<string, string> dictionary = new Dictionary<string, string>(3);
472Dictionary<string, string> dictionary = new Dictionary<string, string>(2);
System\ServiceModel\Channels\PnrpPeerResolver.cs (12)
133internal PnrpResolveScope EnumerateClouds(bool forResolve, Dictionary<uint, string> LinkCloudNames, Dictionary<uint, string> SiteCloudNames)
236Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>();
237Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>();
432void PeerNodeAddressToPnrpRegistrations(string meshName, Dictionary<uint, string> LinkCloudNames, Dictionary<uint, string> SiteCloudNames, PeerNodeAddress input, out PnrpRegistration[] linkRegs, out PnrpRegistration[] siteRegs, out PnrpRegistration global)
436Dictionary<uint, PnrpRegistration> resultsLink = new Dictionary<uint, PnrpRegistration>();
437Dictionary<uint, PnrpRegistration> resultsSite = new Dictionary<uint, PnrpRegistration>();
593void MergeResults(Dictionary<string, PnrpRegistration> results, List<PnrpRegistration> regs)
611Dictionary<string, PnrpRegistration> results = new Dictionary<string, PnrpRegistration>();
634Dictionary<uint, string> SiteCloudNames = new Dictionary<uint, string>();
635Dictionary<uint, string> LinkCloudNames = new Dictionary<uint, string>();
System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (7)
18Dictionary<OperationDescription, DataContractFormatAttribute> operationAttributes = new Dictionary<OperationDescription, DataContractFormatAttribute>();
20Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes;
21Dictionary<MessagePartDescription, bool> isNonNillableReferenceTypes;
49internal Dictionary<OperationDescription, DataContractFormatAttribute> OperationAttributes
54internal Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> KnownTypes
86Dictionary<CodeTypeReference, object> operationKnownTypes = new Dictionary<CodeTypeReference, object>(new CodeTypeReferenceComparer());
100void AddKnownTypesForPart(OperationContractGenerationContext context, MessagePartDescription part, Dictionary<CodeTypeReference, object> operationKnownTypes)
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (23)
32readonly Dictionary<OperationDescription, PolicyAssertionCollection> operationBindingAssertions = new Dictionary<OperationDescription, PolicyAssertionCollection>();
33readonly Dictionary<MessageDescription, PolicyAssertionCollection> messageBindingAssertions = new Dictionary<MessageDescription, PolicyAssertionCollection>();
34readonly Dictionary<FaultDescription, PolicyAssertionCollection> faultBindingAssertions = new Dictionary<FaultDescription, PolicyAssertionCollection>();
37Dictionary<OperationDescription, IEnumerable<XmlElement>> operationBindingAssertions,
38Dictionary<MessageDescription, IEnumerable<XmlElement>> messageBindingAssertions,
39Dictionary<FaultDescription, IEnumerable<XmlElement>> faultBindingAssertions,
117IEnumerable<Dictionary<MessageDescription, IEnumerable<XmlElement>>> messageAssertionEnumerator;
118IEnumerable<Dictionary<FaultDescription, IEnumerable<XmlElement>>> faultAssertionEnumerator;
119IEnumerable<Dictionary<OperationDescription, IEnumerable<XmlElement>>> operationAssertionEnumerator;
124foreach (Dictionary<FaultDescription, IEnumerable<XmlElement>> faultAssertionsSelection in faultAssertionEnumerator)
126foreach (Dictionary<MessageDescription, IEnumerable<XmlElement>> messageAssertionsSelection in messageAssertionEnumerator)
128foreach (Dictionary<OperationDescription, IEnumerable<XmlElement>> operationAssertionsSelection in operationAssertionEnumerator)
241internal static IEnumerable<Dictionary<K, V>> GetCartesianProduct<K, V>(Dictionary<K, IEnumerable<V>> sets)
243Dictionary<K, V> counterValue = new Dictionary<K, V>(sets.Count);
250yield return (Dictionary<K, V>)counterValue;
255static KeyValuePair<K, IEnumerator<V>>[] InitializeCounter<K, V>(Dictionary<K, IEnumerable<V>> sets, Dictionary<K, V> counterValue)
276static bool IncrementCounter<K, V>(KeyValuePair<K, IEnumerator<V>>[] digits, Dictionary<K, IEnumerable<V>> sets, Dictionary<K, V> counterValue)
314public Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>> OperationBindingAlternatives;
315public Dictionary<MessageDescription, IEnumerable<IEnumerable<XmlElement>>> MessageBindingAlternatives;
316public Dictionary<FaultDescription, IEnumerable<IEnumerable<XmlElement>>> FaultBindingAlternatives;
System\ServiceModel\Description\MessageContractExporter.cs (7)
785readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>();
786readonly internal Dictionary<MessageDescriptionDictionaryKey, WsdlNS.Message> WsdlHeaderMessages = new Dictionary<MessageDescriptionDictionaryKey, System.Web.Services.Description.Message>();
787readonly internal Dictionary<MessageDescriptionDictionaryKey, string> WrapperNamespaces = new Dictionary<MessageDescriptionDictionaryKey, string>();
788readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>();
789readonly internal Dictionary<TypedMessageKey, WsdlNS.Message> TypedHeaderMessages = new Dictionary<TypedMessageKey, WsdlNS.Message>();
790readonly internal Dictionary<OperationMessageKey, WsdlNS.Message> ParameterMessages = new Dictionary<OperationMessageKey, WsdlNS.Message>();
791readonly internal Dictionary<XmlQualifiedName, OperationElement> ElementTypes = new Dictionary<XmlQualifiedName, OperationElement>();
System\ServiceModel\Description\OperationGenerator.cs (9)
28Dictionary<MessagePartDescription, CodeTypeReference> parameterTypes;
29Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection> parameterAttributes;
30Dictionary<MessagePartDescription, string> specialPartName;
36internal Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection> ParameterAttributes
46internal Dictionary<MessagePartDescription, CodeTypeReference> ParameterTypes
56internal Dictionary<MessagePartDescription, string> SpecialPartName
66internal void GenerateOperation(OperationContractGenerationContext context, ref OperationFormatStyle style, bool isEncoded, IWrappedBodyTypeGenerator wrappedBodyTypeGenerator, Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes)
99readonly Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> KnownTypes;
122internal MethodSignatureGenerator(OperationGenerator parent, OperationContractGenerationContext context, OperationFormatStyle style, bool isEncoded, IWrappedBodyTypeGenerator wrappedBodyTypeGenerator, Dictionary<MessagePartDescription, ICollection<CodeTypeReference>> knownTypes)
System\ServiceModel\Description\ServiceMetadataExtension.cs (6)
1067readonly Dictionary<string, object> docFromQuery;
1068readonly Dictionary<object, string> queryFromDoc;
1078Dictionary<string, object> docFromQuery,
1079Dictionary<object, string> queryFromDoc,
1096Dictionary<string, object> docFromQueryInit = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
1097Dictionary<object, string> queryFromDocInit = new Dictionary<object, string>();
System\ServiceModel\Description\WsdlImporter.cs (15)
23readonly Dictionary<WsdlNS.NamedItem, WsdlImportException> importErrors = new Dictionary<WsdlNS.NamedItem, WsdlImportException>();
26readonly Dictionary<XmlQualifiedName, WsdlContractConversionContext> importedPortTypes = new Dictionary<XmlQualifiedName, WsdlContractConversionContext>();
27readonly Dictionary<XmlQualifiedName, WsdlEndpointConversionContext> importedBindings = new Dictionary<XmlQualifiedName, WsdlEndpointConversionContext>();
28readonly Dictionary<WsdlNS.Port, ServiceEndpoint> importedPorts = new Dictionary<WsdlNS.Port, ServiceEndpoint>();
34readonly Dictionary<string, XmlElement> policyDocuments = new Dictionary<string, XmlElement>();
35readonly Dictionary<string, string> warnings = new Dictionary<string, string>();
1701Dictionary<XmlElement, XmlElement> unique = new Dictionary<XmlElement, XmlElement>();
2300readonly Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>> embeddedPolicyDictionary = new Dictionary<WsdlNS.ServiceDescription, Dictionary<string, XmlElement>>();
2301readonly Dictionary<string, XmlElement> externalPolicyDictionary = new Dictionary<string, XmlElement>();
2302readonly Dictionary<XmlElement, WsdlNS.ServiceDescription> policySourceTable = new Dictionary<XmlElement, WsdlNS.ServiceDescription>();
2304internal Dictionary<XmlElement, WsdlNS.ServiceDescription> PolicySourceTable
2345Dictionary<string, XmlElement> wsdlPolicyDictionary;
2424Dictionary<string, XmlElement> wsdlPolicyDictionary;
System\ServiceModel\Dispatcher\EndpointAddressMessageFilterTable.cs (9)
23protected Dictionary<MessageFilter, TFilterData> filters;
24protected Dictionary<MessageFilter, Candidate> candidates;
29Dictionary<string, HeaderBit[]> headerLookup;
30Dictionary<Uri, CandidateSet> toHostLookup;
31Dictionary<Uri, CandidateSet> toNoHostLookup;
206protected byte[] BuildMask(Dictionary<string, HeaderBit[]> headerLookup)
796internal Dictionary<string, HeaderBit[]> headerLookup;
798internal Candidate(MessageFilter filter, TFilterData data, byte[] mask, Dictionary<string, HeaderBit[]> headerLookup)
809internal Dictionary<QName, int> qnames;
System\ServiceModel\ServiceHost.cs (8)
50Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> endpointsByListenUriInfo;
278internal Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> EndpointsByListenUriInfo
290Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> GetEndpointsByListenUriInfo()
292Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>> endpointDictionary = new Dictionary<DispatcherBuilder.ListenUriInfo, Collection<ServiceEndpoint>>();
505Dictionary<string, string> dictionary = new Dictionary<string, string>();
1617Dictionary<string, ContractDescription> behaviorContracts;
1619public Dictionary<string, ContractDescription> BehaviorContracts
2069Dictionary<string, ContractDescription> implementedContracts = new Dictionary<string, ContractDescription>();