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