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)
115Dictionary<string, Facet> defaultFacets = edmType.GetAssociatedFacetDescriptions().ToDictionary(f => f.FacetName, f => f.DefaultValueFacet);
System\Data\Mapping\FunctionImportMapping.cs (1)
106var columnMap = entityTypeMapping.Conditions.ToDictionary(
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
175var domainMap = m_conditionDomainMap.ToDictionary(p => p.Key, p => new Set<Constant>(p.Value, Constant.EqualityComparer)); 184var 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)
112this.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)
939ResourceSetExpression newResource = new ResourceSetExpression(expressionType, source, memberExpression, resourceType, source.ExpandPaths.ToList(), source.CountOption, source.CustomQueryOptions.ToDictionary(kvp => kvp.Key, kvp => kvp.Value), null); 948NavigationPropertySingletonExpression 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)
221this.CustomQueryOptions.ToDictionary(kvp => kvp.Key, kvp => kvp.Value),
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
650.ToDictionary(cg => cg.Key,