9 references to Config
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
85_config = context.Config;
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
129ExceptionHelpers.ThrowMappingException(_errorLog, _viewgenContext.Config);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
149ConstantProjectedSlot defaultValue = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
389if (ViewgenContext.Config.IsValidationEnabled) 401ExceptionHelpers.ThrowMappingException(errorLog, ViewgenContext.Config); 505slot = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.Config), memberPath);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
50Debug.Assert(context.ViewTarget == ViewTarget.QueryView || context.Config.IsValidationEnabled); 52if (context.ViewTarget == ViewTarget.QueryView && !context.Config.IsValidationEnabled) 71ExceptionHelpers.ThrowMappingException(matcher.m_errorLog, matcher.m_viewgenContext.Config);