14 references to ToDictionary
System.Data.Entity (8)
System\Data\Common\Utils\Boolean\ConversionContext.cs (2)
102
_inverseVariableMap = _variableMap.
ToDictionary
(kvp => kvp.Value, kvp => kvp.Key);
196
_inverseMap = _domainVariableToRobddVariableMap.
ToDictionary
(kvp => kvp.Value, kvp => kvp.Key);
System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs (1)
115
Dictionary<string, Facet> defaultFacets = edmType.GetAssociatedFacetDescriptions().
ToDictionary
(f => f.FacetName, f => f.DefaultValueFacet);
System\Data\Mapping\FunctionImportMapping.cs (1)
106
var columnMap = entityTypeMapping.Conditions.
ToDictionary
(
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
175
var domainMap = m_conditionDomainMap.
ToDictionary
(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer));
184
var domainMap = m_conditionDomainMap.
ToDictionary
(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer));
System\Data\Objects\ELinq\CompiledELinqQueryState.cs (1)
242
.
ToDictionary
(pair => pair.Key, pair => pair.Value);
System\Data\Objects\ELinq\ReflectionUtil.cs (1)
438
.
ToDictionary
(r => r.Key, r => r.Value);
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs (1)
112
this.CustomQueryOptions.
ToDictionary
(kvp => kvp.Key, kvp => kvp.Value),
System\Data\Services\Client\ALinq\ReflectionUtil.cs (1)
450
.
ToDictionary
(r => r.Key, r => r.Value);
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
939
ResourceSetExpression newResource = new ResourceSetExpression(expressionType, source, memberExpression, resourceType, source.ExpandPaths.ToList(), source.CountOption, source.CustomQueryOptions.
ToDictionary
(kvp => kvp.Key, kvp => kvp.Value), null);
948
NavigationPropertySingletonExpression newResource = new NavigationPropertySingletonExpression(type, source, memberExpression, memberExpression.Type, source.ExpandPaths.ToList(), source.CountOption, source.CustomQueryOptions.
ToDictionary
(kvp => kvp.Key, kvp => kvp.Value), null);
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (1)
221
this.CustomQueryOptions.
ToDictionary
(kvp => kvp.Key, kvp => kvp.Value),
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
650
.
ToDictionary
(cg => cg.Key,