253 references to Dictionary
ComSvcConfig (1)
parent\svcutil\CommandLineParser.cs (1)
91contents = new Dictionary<string, IList<string>>(capacity);
mscorlib (9)
system\attribute.cs (2)
41Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11); 147Dictionary<Type, AttributeUsageAttribute> types = new Dictionary<Type, AttributeUsageAttribute>(11);
system\diagnostics\eventing\eventprovider.cs (1)
313args = new Dictionary<string, string>(4);
system\diagnostics\eventing\eventsource.cs (3)
6126channelTab = new Dictionary<int, ChannelInfo>(4); 6280channelTab = new Dictionary<int, ChannelInfo>(4); 6631channelTab = new Dictionary<int, ChannelInfo>(4);
system\reflection\customattribute.cs (1)
2147Dictionary<RuntimeType, RuntimeType> temp_pca = new Dictionary<RuntimeType, RuntimeType>(s_pcasCount);
system\runtime\interopservices\gchandlecookietable.cs (1)
37m_HandleToCookieMap = new Dictionary<ObjectHandle, GCHandleCookie>(InitialHandleCount);
system\threading\asynclocal.cs (1)
444public ManyElementAsyncLocalValueMap(int capacity) : base(capacity) { }
PresentationCore (11)
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
151= new Dictionary<Assembly, Dictionary<string, List<string>>>(1);
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (3)
51_familyNames = new LanguageSpecificStringDictionary(new Dictionary<XmlLanguage,string>(InitialCultureCount)); 73_familyMapRangesByLanguage = new Dictionary<XmlLanguage, ushort[]>(InitialCultureCount); 164Dictionary<XmlLanguage, ushort[]> table = new Dictionary<XmlLanguage, ushort[]>(_familyMapRangesByLanguage.Count);
Core\CSharp\MS\Internal\FontFace\FontDifferentiator.cs (1)
37Dictionary<XmlLanguage, string> faceNames = new Dictionary<XmlLanguage, string>(1);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1722new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count);
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
110_manipulationDevices = new Dictionary<UIElement, ManipulationDevice>(2);
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
764private Dictionary<int, Manipulator2D> _currentManipulators = new Dictionary<int, Manipulator2D>(2); 767private Dictionary<int, Manipulator2D> _removedManipulators = new Dictionary<int, Manipulator2D>(2);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
518IDictionary<XmlLanguage, string> adjustedLanguageFaceNames = new Dictionary<XmlLanguage, string>(adjustedFaceNames.Count);
Shared\MS\Internal\MimeTypeMapper.cs (1)
166private static readonly Dictionary<string, ContentType> _fileExtensionToMimeType = new Dictionary<string, ContentType>(4);
PresentationFramework (12)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
407= new Dictionary<string, Stack<ILocalizabilityInheritable>>(8);
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
364_classAttributeTable = new Dictionary<string, ElementLocalizability> (8); 365_propertyAttributeTable = new Dictionary<string, LocalizabilityAttribute> (8);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
848_contentPropertyTable = new Dictionary<string, string>(8);
src\Framework\MS\Internal\Interop\InternalDispatchObject.cs (1)
76_dispId2MethodMap = new Dictionary<int, MethodInfo>(methods.Length);
src\Framework\System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
68_predefinedNamespaces = new Dictionary<Uri, IList<Uri>>(6);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8293Dictionary<string, StringBuilder> dataGridStringBuilders = new Dictionary<string, StringBuilder>(formats.Count);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
870_isHandlerSuspended = new Dictionary<DependencyProperty, bool>(2);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2917_set = new Dictionary<ItemInfo, ItemInfo>(_list.Count);
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
63_masterTypeTable = new Dictionary<Type, XamlType>(256);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
55_piNamespaces = new Dictionary<string, string>(typeMapper.PITable.Count);
src\Framework\System\Windows\SystemResources.cs (1)
477_dictionaries = new Dictionary<Assembly, ResourceDictionaries>(1);
SMDiagnostics (1)
System\ServiceModel\Diagnostics\LegacyDiagnosticTrace.cs (1)
204Dictionary<string, string> values = new Dictionary<string, string>(3);
SMSvcHost (1)
System\ServiceModel\Activation\Diagnostics\ListenerTraceUtility.cs (1)
18static Dictionary<int, string> traceCodes = new Dictionary<int, string>(39)
svcutil (1)
CommandLineParser.cs (1)
91contents = new Dictionary<string, IList<string>>(capacity);
System (6)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1889Dictionary<string, EventDescriptor> eventList = new Dictionary<string, EventDescriptor>(16); 1926Dictionary<string, PropertyDescriptor> propertyList = new Dictionary<string, PropertyDescriptor>(10);
net\System\_UriSyntax.cs (3)
143m_Table = new Dictionary<String, UriParser>(c_InitialTableSize); 144m_TempTable = new Dictionary<String, UriParser>(c_InitialTableSize); 317m_TempTable = new Dictionary<String, UriParser>(c_InitialTableSize);
regex\system\text\regularexpressions\RegexCharClass.cs (1)
361Dictionary<String, String> tempCategories = new Dictionary<String, String>(32);
System.Activities (50)
System\Activities\Activity.cs (1)
1419this.singletonActivityNames = new Dictionary<string, Activity>(1);
System\Activities\ActivityUtilities.cs (1)
59static ReadOnlyDictionaryInternal<string, object> emptyParameters = new ReadOnlyDictionaryInternal<string, object>(new Dictionary<string, object>(0));
System\Activities\DurableInstancing\ActivatableWorkflowsQueryResult.cs (1)
19static readonly ReadOnlyDictionaryInternal<XName, object> emptyDictionary = new ReadOnlyDictionaryInternal<XName, object>(new Dictionary<XName, object>(0));
System\Activities\Hosting\WorkflowInstance.cs (1)
26static readonly IDictionary<string, LocationInfo> EmptyMappedVariablesDictionary = new ReadOnlyDictionaryInternal<string, LocationInfo>(new Dictionary<string, LocationInfo>(0));
System\Activities\Hosting\WorkflowInstanceExtensionCollection.cs (1)
68filteredActivityExtensionProviders = new Dictionary<Type, WorkflowInstanceExtensionProvider>(activityExtensionProviders.Count);
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\Runtime\ActivityExecutor.cs (1)
2713Dictionary<string, ExecutionPropertyManager.ExecutionProperty> rootProperties = new Dictionary<string, ExecutionPropertyManager.ExecutionProperty>(hostProperties.Count);
System\Activities\Runtime\ActivityInstanceMap.cs (1)
587this.instanceMapping = new Dictionary<Activity, InstanceList>(this.rawDeserializedLists.Length);
System\Activities\Runtime\MappableObjectManager.cs (1)
49result = new Dictionary<string, LocationInfo>(this.mappableLocations.Count);
System\Activities\Statements\CompensationExtension.cs (1)
157readWriteValues = new Dictionary<XName, object>(1)
System\Activities\Statements\DurableTimerExtension.cs (2)
118readWriteValues = new Dictionary<XName, object>(1); 119writeOnlyValues = new Dictionary<XName, object>(1);
System\Activities\Tracking\ActivityStateRecord.cs (1)
333trackedData = new Dictionary<string, object>(10);
System\Activities\Tracking\TrackingRecord.cs (1)
150readonlyEmptyAnnotations = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>(0));
System\Activities\Validation\ActivityValidationServices.cs (1)
367Dictionary<string, object> inputDictionary = new Dictionary<string, object>(2);
System\Activities\WorkflowApplication.cs (4)
334this.instanceMetadata = new Dictionary<XName, InstanceValue>(writeOnlyValues.Count); 2872this.instanceMetadata = new Dictionary<XName, InstanceValue>(2); 5636this.instanceMetadata = new Dictionary<XName, InstanceValue>(1); 5841Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length);
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4); 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
457indirectLocationInputs = new Dictionary<string, List<SectionInput>>(1);
System.Core (4)
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
116Definitions = new Dictionary<ParameterExpression, VariableStorageKind>(variables.Count);
Microsoft\Scripting\Compiler\HoistedLocals.cs (1)
82Dictionary<Expression, int> indexes = new Dictionary<Expression, int>(vars.Count);
Microsoft\Scripting\Compiler\Set.cs (2)
41_data = new Dictionary<T, object>(list.Count); 55_data = new Dictionary<T, object>(capacity);
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
208Dictionary<object, Attribute> dict = new Dictionary<object, Attribute>(attrArray.Length);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
76this.unmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(4); 625Dictionary<SourceLocation, BreakpointTypes> newUnmappedBreakpoints = new Dictionary<SourceLocation, BreakpointTypes>(this.unmappedBreakpoints.Count);
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2396Dictionary<string,int> hash = new Dictionary<string,int>(columnNameArray.Length);
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (2)
420Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(1+connectionPoolGroups.Count); 519Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup> newConnectionPoolGroups = new Dictionary<DbConnectionPoolKey, DbConnectionPoolGroup>(connectionPoolGroups.Count);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
77_resolvedAliases = new Dictionary<string, Tuple<string, string>>(2);
System.Data.Entity (26)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
218Dictionary<DbExpressionKind, string> opMap = new Dictionary<DbExpressionKind, string>(12);
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
444Dictionary<string, DbExpression> columnValues = new Dictionary<string, DbExpression>(rowConstructor.Arguments.Count); 638Dictionary<string, DbExpression> bindings = new Dictionary<string, DbExpression>(innerNew.Arguments.Count);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
4349Dictionary<Type, AstExprConverter> astExprConverters = new Dictionary<Type, AstExprConverter>(NumberOfElements); 4373Dictionary<AST.BuiltInKind, BuiltInExprConverter> builtInExprConverter = new Dictionary<AST.BuiltInKind, BuiltInExprConverter>(sizeof(AST.BuiltInKind));
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
56private readonly Dictionary<QueryCacheKey, QueryCacheEntry> _cacheData = new Dictionary<QueryCacheKey, QueryCacheEntry>(32);
System\Data\Common\Utils\Boolean\Simplifier.cs (1)
79Dictionary<BoolExpr<T_Identifier>, bool> negatedChildren = new Dictionary<BoolExpr<T_Identifier>, bool>(tree.Children.Count);
System\Data\EntityClient\EntityCommand.cs (1)
812Dictionary<string, TypeUsage> queryParams = new Dictionary<string, TypeUsage>(_parameters.Count);
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
146Dictionary<string, Node> viewArguments = new Dictionary<string, Node>(m_commandParameters.Length);
System\Data\Mapping\ObjectTypeMapping.cs (2)
35m_memberMapping = new Dictionary<string, ObjectMemberMapping>(((StructuralType)cdmType).Members.Count); 52= new Dictionary<string, ObjectMemberMapping>(0);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
200m_outputIdentifiers = new Dictionary<int, string>(initialSize);
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
574return new Dictionary<MethodInfo, MethodInfo>(1); 1430private static readonly Dictionary<MethodInfo, string> s_methodNameMap = new Dictionary<MethodInfo, string>(4);
System\Data\Objects\ELinq\Translator.cs (1)
566private static readonly Dictionary<PropertyInfo, string> s_propertyRenameMap = new Dictionary<PropertyInfo, string>(2);
System\Data\Objects\ObjectContext.cs (1)
2058Dictionary<EntityKey, EntityEntry> entities = new Dictionary<EntityKey, EntityEntry>(RefreshEntitiesSize(collection));
System\Data\Objects\ObjectStateManagerMetadata.cs (2)
166_objectNameToOrdinal = new Dictionary<string, int>(members.Count); 167_cLayerNameToOrdinal = new Dictionary<string, int>(members.Count);
System\Data\Query\InternalTrees\ColumnMapFactory.cs (1)
55Dictionary<EntityType, TypedColumnMap> typeChoices = new Dictionary<EntityType, TypedColumnMap>(mappedEntityTypes.Count);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
912Dictionary<Var, Var> dictionary = new Dictionary<Var, Var>(1);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
108_referencedArgs = new Dictionary<Node, bool>(_arguments.Count); 219Dictionary<DbExpressionKind, OpType> opMap = new Dictionary<DbExpressionKind, OpType>(12);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4026Dictionary<Var, Node> varToDefiningNode = new Dictionary<Var, Node>(projectNodeVarDefList.Children.Count);
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
427Dictionary<string, int> columnNames = new Dictionary<string, int>(flattenedProperties.Count);
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
3264newColumns = new Dictionary<string, Symbol>(e.Arguments.Count);
System\Data\SqlClient\SqlSpatialServices.cs (1)
73otherSpatialServices = new Dictionary<string, SqlSpatialServices>(1);
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1271this.conflictPrefixes = new Dictionary<string, string>(16);
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
689Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(36);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
252Dictionary<string, FunctionInfo> table = new Dictionary<string, FunctionInfo>(16);
System.IdentityModel (4)
System\IdentityModel\Diagnostics\TraceUtility.cs (1)
27static Dictionary<int, string> traceCodes = new Dictionary<int, string>( 5 )
System\IdentityModel\IdentityModelDictionary.cs (1)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
System\IdentityModel\SignedXml.cs (2)
780this.context = new Dictionary<string, string>(inclusivePrefixes.Length); 977Context = new Dictionary<string, string>(inclusivePrefixes.Length);
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
63static Dictionary<int, string> traceCodes = new Dictionary<int, string>(9)
System.Runtime.DurableInstancing (16)
System\Runtime\DurableInstancing\InstanceKey.cs (1)
16static IDictionary<XName, InstanceValue> emptyMetadata = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0));
System\Runtime\DurableInstancing\InstanceKeyView.cs (1)
16static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> emptyProperties = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0));
System\Runtime\DurableInstancing\InstanceLockQueryResult.cs (2)
14static readonly ReadOnlyDictionaryInternal<Guid, Guid> EmptyQueryResult = new ReadOnlyDictionaryInternal<Guid, Guid>(new Dictionary<Guid, Guid>(0)); 25Dictionary<Guid, Guid> owners = new Dictionary<Guid, Guid>(1);
System\Runtime\DurableInstancing\InstanceOwner.cs (1)
20readonly Dictionary<XName, InstanceNormalEvent> events = new Dictionary<XName, InstanceNormalEvent>(1);
System\Runtime\DurableInstancing\InstanceOwnerQueryResult.cs (4)
14static readonly ReadOnlyDictionaryInternal<Guid, IDictionary<XName, InstanceValue>> EmptyQueryResult = new ReadOnlyDictionaryInternal<Guid, IDictionary<XName, InstanceValue>>(new Dictionary<Guid, IDictionary<XName, InstanceValue>>(0)); 15static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> EmptyMetadata = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 26Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(1); 43Dictionary<Guid, IDictionary<XName, InstanceValue>> owners = new Dictionary<Guid, IDictionary<XName, InstanceValue>>(instanceOwners.Count);
System\Runtime\DurableInstancing\InstancePersistence.cs (2)
85Dictionary<XName, InstanceValue> copy = new Dictionary<XName, InstanceValue>(bag.Count); 112Dictionary<XName, InstanceValue> copy = existing == null ? new Dictionary<XName, InstanceValue>(bag.Count) : new Dictionary<XName, InstanceValue>(existing);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
322keysCopy = new Dictionary<Guid, InstanceKeyView>(totalKeys);
System\Runtime\DurableInstancing\InstanceStore.cs (1)
20readonly Dictionary<Guid, WeakReference> owners = new Dictionary<Guid, WeakReference>(1);
System\Runtime\DurableInstancing\InstanceView.cs (3)
18static readonly ReadOnlyDictionaryInternal<XName, InstanceValue> emptyProperties = new ReadOnlyDictionaryInternal<XName, InstanceValue>(new Dictionary<XName, InstanceValue>(0)); 19static readonly ReadOnlyDictionaryInternal<Guid, InstanceKeyView> emptyKeys = new ReadOnlyDictionaryInternal<Guid, InstanceKeyView>(new Dictionary<Guid, InstanceKeyView>(0)); 82keys = new Dictionary<Guid, InstanceKeyView>(source.InstanceKeys.Count);
System.Runtime.Serialization (6)
System\Runtime\Serialization\ClassDataContract.cs (1)
1485Dictionary<string, DataMember> membersDictionary = new Dictionary<string, DataMember>(Members.Count);
System\Runtime\Serialization\Diagnostics\TraceUtility.cs (1)
16static Dictionary<int, string> traceCodes = new Dictionary<int, string>(18)
System\Runtime\Serialization\Json\JsonClassDataContract.cs (1)
167Dictionary<string, object> memberTable = new Dictionary<string, object>(memberCount);
System\Runtime\Serialization\SchemaExporter.cs (1)
580Dictionary<string, string> values = new Dictionary<string, string>(2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
214Dictionary<string, string> values = new Dictionary<string, string>(2);
System\Xml\XmlDictionary.cs (1)
41this.lookup = new Dictionary<string, XmlDictionaryString>(capacity);
System.ServiceModel (31)
System\ServiceModel\Channels\ContextDictionary.cs (1)
54localEmpty.dictionaryStore = new ReadOnlyDictionaryInternal<string, string>(new Dictionary<string, string>(0));
System\ServiceModel\Channels\CorrelationKey.cs (2)
21static readonly ReadOnlyStringDictionary emptyDictionary = new ReadOnlyStringDictionary(new Dictionary<string, string>(0)); 26: base(GenerateKey(keyString), new Dictionary<XName, InstanceValue>(2)
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\ServiceChannel.cs (1)
1822Dictionary<string, string> values = new Dictionary<string, string>(4);
System\ServiceModel\Channels\SocketConnection.cs (1)
610Dictionary<string, string> values = new Dictionary<string, string>(4);
System\ServiceModel\Configuration\ConfigurationHelpers.cs (1)
347Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
46Dictionary<string, string> values = new Dictionary<string, string>(6);
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
193return this.CreateCanAddRecord(element, new Dictionary<string, string>(3));
System\ServiceModel\Configuration\ServiceModelExtensionElement.cs (1)
157Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Description\ConfigLoader.cs (4)
693Dictionary<string, object> values = new Dictionary<string, object>(3); 865Dictionary<string, object> values = new Dictionary<string, object>(3); 1087Dictionary<string, object> values = new Dictionary<string, object>(3); 1354Dictionary<string, object> values = new Dictionary<string, object>(8);
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
243Dictionary<K, V> counterValue = new Dictionary<K, V>(sets.Count);
System\ServiceModel\Description\MessageContractImporter.cs (1)
171Dictionary<String, String> ht = new Dictionary<string, string>(2)
System\ServiceModel\Description\WsdlImporter.cs (1)
2218policyAlternatives.OperationBindingAlternatives = new Dictionary<OperationDescription, IEnumerable<IEnumerable<XmlElement>>>(endpointContext.Endpoint.Contract.Operations.Count);
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (2)
398Dictionary<string, string> values = new Dictionary<string, string>(2); 408Dictionary<string, string> values = new Dictionary<string, string>(2);
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (1)
36this.operationPerfCounters = new Dictionary<string, OperationPerformanceCountersBase>(contractDescription.Operations.Count);
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
868Dictionary<string, string> values = new Dictionary<string, string>(2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
914Dictionary<string, object> values = new Dictionary<string, object>(3)
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
48this.filters = new Dictionary<MessageFilter, TFilterData>(capacity);
System\ServiceModel\ServiceModelDictionary.cs (1)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count);
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\Diagnostics\TraceUtility.cs (1)
15static Dictionary<int, string> traceCodes = new Dictionary<int, string>(7)
System.ServiceModel.Activities (14)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
1522Dictionary<XName, InstanceValue> data = new Dictionary<XName, InstanceValue>(10);
System\ServiceModel\Activities\InternalReceiveMessage.cs (4)
504TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 835TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1012IDictionary<string, string> keyData = new Dictionary<string, string>(1) 1037IDictionary<string, string> keyData = new Dictionary<string, string>(1)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
1063TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1175TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1201TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) { 1507Dictionary<string, string> contextValues = new Dictionary<string, string>(1) 2017TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(3) {
System\ServiceModel\Activities\SerializableInstanceKey.cs (2)
25this.metadata = new Dictionary<XName, SerializableInstanceValue>(instanceKey.Metadata.Count); 75metadata = new Dictionary<XName, InstanceValue>(this.metadata.Count);
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
347TD.StartSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(2) { 417TD.StopSignpostEvent(new DictionaryTraceRecord(new Dictionary<string, string>(2) {
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventLogger.cs (1)
173Dictionary<string, string> eventValues = new Dictionary<string, string>(logValues.Length + RequiredValueCount);
System.Transactions (2)
System\Transactions\Oletx\HandleTable.cs (1)
11private static Dictionary<int, object> handleTable = new Dictionary<int, object>(256);
System\Transactions\Trace\DiagnosticTrace.cs (1)
596Dictionary<string, string> values = new Dictionary<string, string>(3);
System.Web (2)
Configuration\serverconfig.cs (1)
117s_expressConfigs = new Dictionary<string, ExpressServerConfig>(3);
UI\WebControls\TreeView.cs (1)
3366populatedNodes = new Dictionary<int, TreeNode>(Math.Min(logLength, 16)); // don't eagerly allocate the maximum dictionary size
System.Web.Extensions (4)
Profile\ProfileService.cs (1)
45return new Dictionary<string, object>(0);
Script\Services\WebServiceMethodData.cs (1)
185IDictionary<string, object> result = new Dictionary<string, object>(rawParams.Count);
UI\WebControls\QueryableDataSourceHelper.cs (1)
178whereClause.Parameters = new Dictionary<string, object>(whereParameters.Count);
Util\OrderedDictionary.cs (1)
28_dictionary = new Dictionary<TKey, TValue>(capacity);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.Ime.cs (1)
1400imeModeConversionBits = new Dictionary<ImeMode, ImeModeConversion>( 7 );
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (3)
40professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 49professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor); 58professionalRGB= new Dictionary<KnownColors,Color>((int)KnownColors.lastKnownColor);
System.Workflow.Activities (9)
ConstrainedGroup.cs (1)
760this.childActivityStats = new Dictionary<string, CAGChildStats>(len);
Rules\ArithmeticLiteral.cs (2)
78Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(16); 112Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(26);
Rules\CodeDomDecompiler.cs (2)
350Dictionary<string, string> map = new Dictionary<string, string>(27); 412Dictionary<Type, ComputePrecedence> map = new Dictionary<Type, ComputePrecedence>(7);
Rules\Literal.cs (2)
68Dictionary<Type, LiteralMaker> dictionary = new Dictionary<Type, LiteralMaker>(32); 102Dictionary<Type, TypeFlags> dictionary = new Dictionary<Type, TypeFlags>(32);
Rules\Parser\Scanner.cs (1)
57Dictionary<string, KeywordInfo> map = new Dictionary<string, KeywordInfo>(27);
Rules\RuleValidation.cs (1)
917private Dictionary<string, Type> typesUsed = new Dictionary<string, Type>(16);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
39private static Dictionary<Type, MemberInfoName> m_MemberInfoTable = new Dictionary<Type, MemberInfoName>(32);
System.Workflow.Runtime (8)
RTTrackingProfile.cs (4)
144_activities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._activities.Count); 153_dynamicActivities = new Dictionary<string, List<ActivityTrackPointCacheItem>>(runtimeProfile._dynamicActivities.Count); 162_user = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._user.Count); 171_dynamicUser = new Dictionary<string, List<UserTrackPoint>>(runtimeProfile._dynamicUser.Count);
System\Activities\Statements\InteropExecutor.cs (1)
506this.outputs = new Dictionary<string, object>(this.outputProperties.Count);
Tracking\SqlTrackingService.cs (2)
741private Dictionary<string, long> _activityInstanceId = new Dictionary<string, long>(32); 742private Dictionary<string, long> _tmpActivityInstanceId = new Dictionary<string, long>(10);
WorkflowRuntime.cs (1)
53dictionaryDictionary = new Dictionary<int, Dictionary<K, V>>(fanDegree);
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
572Dictionary<string, string> openParameters = new Dictionary<string, string>(2)
System\ServiceModel\SerializableReadOnlyDictionary.cs (2)
34this.dictionary = new Dictionary<K, V>(entries.Length); 48empty = new SerializableReadOnlyDictionary<K, V>(new Dictionary<K, V>(0), false);
System.Xml (4)
System\Xml\Schema\XmlAtomicValue.cs (1)
59Dictionary<string, string> dict = new Dictionary<string, string>(1);
System\Xml\XmlNamespacemanager.cs (3)
171hashTable = new Dictionary<string,int>( lastDecl ); 197Dictionary<string, string> prefixes = new Dictionary<string, string>(lastDecl + 1); 228Dictionary<string,string> dict = new Dictionary<string, string>( lastDecl - i + 1 );
WindowsBase (6)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (1)
954private Dictionary<PackageXmlEnum, Object> _propertyDictionary = new Dictionary<PackageXmlEnum, Object>(_numCoreProperties);
Base\System\IO\Packaging\Package.cs (1)
500Dictionary<PackUriHelper.ValidatedPartUri, PackagePart> seenPartUris = new Dictionary<PackUriHelper.ValidatedPartUri, PackagePart>(parts.Length);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
353_transformDictionary = new Dictionary<String, String>(4);
Base\System\IO\Packaging\ZipPackage.cs (1)
1107_overrideDictionary = new Dictionary<PackUriHelper.ValidatedPartUri, ContentType>(_overrideDictionaryInitialSize);
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (2)
255_localizedNameDescriptionDictionary = new Dictionary <int, LocalizedNameDescriptionPair>(10); 348_applicationSpecificDataDictionary = new Dictionary <string , string>(5);