53 references to Dictionary
mscorlib (6)
system\collections\generic\dictionary.cs (4)
85public Dictionary(): this(0, null) {} 87public Dictionary(int capacity): this(capacity, null) {} 89public Dictionary(IEqualityComparer<TKey> comparer): this(0, comparer) {} 107this(dictionary != null? dictionary.Count: 0, comparer) {
system\resources\resourcewriter.cs (2)
110_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default); 122_resourceList = new Dictionary<String, Object>(_ExpectedNumberOfResources, FastResourceComparer.Default);
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
197Dictionary<string, object> fontPaths = new Dictionary<string, object>(512, StringComparer.OrdinalIgnoreCase);
Core\CSharp\MS\Internal\Resources\ContentFileHelper.cs (1)
65contentFiles = new Dictionary<string, string>(assemblyAttributes.Length, StringComparer.OrdinalIgnoreCase);
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
2729_set = new Dictionary<ItemInfo, ItemInfo>(capacity, equalityComparer);
System (1)
net\System\Net\mail\MailHeaderInfo.cs (1)
122m_HeaderDictionary = new Dictionary<string, int>((int)MailHeaderID.ZMaxEnumValue + 1, StringComparer.OrdinalIgnoreCase);
System.Activities (1)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
101new Dictionary<HashSet<Assembly>, HostedCompilerWrapper>(HostedCompilerCacheSize, HashSet<Assembly>.CreateSetComparer()),
System.Data (6)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
507new Dictionary<KeyValuePair<Type,XmlRootAttribute>, XmlSerializer>(
fx\src\data\System\Data\DataView.cs (1)
1478Dictionary<DataRow, DataRowView> rvc = new Dictionary<DataRow, DataRowView>(CountFromIndex, DataRowReferenceComparer.Default);
fx\src\data\System\Data\Odbc\OdbcConnectionStringbuilder.cs (1)
51Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(2, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
65Dictionary<string,Keywords> hash = new Dictionary<string,Keywords>(9, StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
66= new Dictionary<string, SqlColumnEncryptionKeyStoreProvider>(capacity: 1, comparer: StringComparer.OrdinalIgnoreCase)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
178Dictionary<string, Keywords> hash = new Dictionary<string, Keywords>(KeywordsCount + SqlConnectionString.SynonymCount, StringComparer.OrdinalIgnoreCase);
System.Data.Entity (14)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (3)
836Dictionary<string, short> keywords = new Dictionary<string, short>(60, _stringComparer); 1012Dictionary<string, short> operators = new Dictionary<string, short>(16, _stringComparer); 1042Dictionary<string, short> punctuators = new Dictionary<string, short>(16, _stringComparer);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3602projectionExpressions = new Dictionary<string, DbExpression>(queryExpr.SelectClause.Items.Count, sr.NameComparer);
System\Data\Common\Utils\AliasGenerator.cs (1)
72updatedCache = new Dictionary<string, string[]>(capacity, StringComparer.InvariantCultureIgnoreCase);
System\Data\Metadata\Edm\MetadataCollection.cs (2)
345collectionData.IdentityDictionary = new Dictionary<string, OrderedIndex>(collectionData.OrderedList.Count + 1, StringComparer.OrdinalIgnoreCase); 706this.IdentityDictionary = new Dictionary<string, OrderedIndex>(this.OrderedList.Capacity, StringComparer.OrdinalIgnoreCase);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
343filteredMaps = new Dictionary<md.EntitySetBase, ExplicitDiscriminatorMap>(discriminatorMaps.Count, discriminatorMaps.Comparer);
System\Data\SqlClient\SqlGen\JoinSymbol.cs (1)
93nameToExtent = new Dictionary<string, Symbol>(extents.Count, StringComparer.OrdinalIgnoreCase);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (5)
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);
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1745Dictionary<string, Expression> sourceAccessors = new Dictionary<string, Expression>(constructorParams.Length - 1, StringComparer.Ordinal);
System\Data\Services\Client\ALinq\TypeSystem.cs (1)
49expressionMethodMap = new Dictionary<MethodInfo, string>(ExpectedCount, EqualityComparer<MethodInfo>.Default);
System.IdentityModel (4)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
102this.items = new Dictionary<SessionSecurityTokenCacheKey, CacheEntry>(maximumSize, comparer);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1173Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, Saml2Attribute>(attributes.Count, new SamlAttributeKeyComparer());
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
475Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute> distinctAttributes = new Dictionary<SamlAttributeKeyComparer.AttributeKey, SamlAttribute>(attributes.Count, new SamlAttributeKeyComparer());
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
39static Dictionary<string, string> DomainNameMap = new Dictionary<string, string>(MaxDomainNameMapSize, StringComparer.OrdinalIgnoreCase);
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (1)
811return new Dictionary<byte[], bool>(capacity, keyComparer);
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
59this.domainNameMap = new Dictionary<string, string>(maxDomainNameMapSize, StringComparer.OrdinalIgnoreCase);
System\UriTemplate.cs (1)
243this.additionalDefaults = new Dictionary<string, string>(additionalDefaults.Count, StringComparer.OrdinalIgnoreCase);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\CollectibleLRUCache.cs (1)
64directory = new Dictionary<TKey, CollectibleNode>(capacity, comparer);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1579buildProviders = new Dictionary<string, BuildProviderInfo>(8, StringComparer.OrdinalIgnoreCase);
System.Web.Extensions (6)
Profile\ProfileService.cs (2)
52dictionary = new Dictionary<string, object>(allowedGet.Count, StringComparer.OrdinalIgnoreCase); 64dictionary = new Dictionary<string, object>(allowedGet.Count, StringComparer.OrdinalIgnoreCase);
UI\WebControls\DataSourceHelper.cs (1)
34Dictionary<string, object> values = new Dictionary<string, object>(parameterValues.Count, StringComparer.OrdinalIgnoreCase);
UI\WebControls\QueryableDataSourceHelper.cs (2)
116Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count, 133Dictionary<string, object> escapedParameters = new Dictionary<string, object>(parameters.Count,
UI\WebControls\QueryableDataSourceView.cs (1)
569Dictionary<string, object> rowValues = new Dictionary<string, object>(_originalValues.Count,
System.Xml (1)
System\Xml\Resolvers\XmlPreloadedResolver.cs (1)
156this.mappings = new Dictionary<Uri, PreloadedData>(16, uriComparer);
WindowsBase (4)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
1407new Dictionary<string, string>(3, StringComparer.Ordinal);
Base\System\IO\Packaging\ZipPackage.cs (3)
880_defaultDictionary = new Dictionary<string, ContentType>(_defaultDictionaryInitialSize, _extensionEqualityComparer); 1583_extensionDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, _extensionEqualityComparer); 1584_ignoredItemDictionary = new Dictionary<string, List<string>>(_dictionaryInitialSize, StringComparer.Ordinal);