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)
129
ExceptionHelpers.ThrowMappingException(_errorLog, _viewgenContext.
Config
);
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
149
ConstantProjectedSlot defaultValue = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.
Config
), memberPath);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (3)
389
if (ViewgenContext.
Config
.IsValidationEnabled)
401
ExceptionHelpers.ThrowMappingException(errorLog, ViewgenContext.
Config
);
505
slot = new ConstantProjectedSlot(Domain.GetDefaultValueForMemberPath(memberPath, GetLeaves(), ViewgenContext.
Config
), memberPath);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
50
Debug.Assert(context.ViewTarget == ViewTarget.QueryView || context.
Config
.IsValidationEnabled);
52
if (context.ViewTarget == ViewTarget.QueryView && !context.
Config
.IsValidationEnabled)
71
ExceptionHelpers.ThrowMappingException(matcher.m_errorLog, matcher.m_viewgenContext.
Config
);