System\Data\Mapping\ViewGeneration\Structures\Domain.cs (5)
118internal static CellConstantSet DeriveDomainFromMemberPath(MemberPath memberPath, EdmItemCollection edmItemCollection, bool leaveDomainUnbounded)
130private static CellConstantSet DeriveDomainFromType(EdmType type, EdmItemCollection edmItemCollection, bool leaveDomainUnbounded)
338ComputeConstantDomainSetsForSlotsInQueryViews(IEnumerable<Cell> cells, EdmItemCollection edmItemCollection, bool isValidationEnabled)
373private static bool GetRestrictedOrUnrestrictedDomain(MemberProjectedSlot slot, CellQuery cellQuery, EdmItemCollection edmItemCollection, out CellConstantSet domain)
389ComputeConstantDomainSetsForSlotsInUpdateViews(IEnumerable<Cell> cells, EdmItemCollection edmItemCollection)
System\Data\Metadata\ObjectItemCollection.cs (7)
93internal void ImplicitLoadAllReferencedAssemblies(Assembly assembly, EdmItemCollection edmItemCollection)
136public void LoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection, Action<String> logLoadMessage)
146public void LoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection)
157internal void ExplicitLoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection, Action<String> logLoadMessage)
173internal void ImplicitLoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection)
191internal bool ImplicitLoadAssemblyForType(Type type, EdmItemCollection edmItemCollection)
301bool loadReferencedAssemblies, EdmItemCollection edmItemCollection, Action<String> logLoadMessage)