src\Framework\MS\Internal\Data\CommitManager.cs (1)
164: base()
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\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\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 (11)
68private readonly Dictionary<EntityKey, HashSet<EntityEntry>> _danglingForeignKeys = new Dictionary<EntityKey, HashSet<EntityEntry>>();
139_metadataStore = new Dictionary<EdmType, StateManagerTypeMetadata>();
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>();
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\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 (7)
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>();
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (6)
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\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 (13)
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>();
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>>());