3 instantiations of FragmentQueryProcessor
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
39
return new
FragmentQueryProcessor
(mergedKB);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
87
m_leftFragmentQP = new
FragmentQueryProcessor
(leftKB);
113
m_rightFragmentQP = new
FragmentQueryProcessor
(rightKB);
16 references to FragmentQueryProcessor
System.Data.Entity (16)
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
61
private
FragmentQueryProcessor
LeftQP
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (3)
133
internal static IEqualityComparer<FragmentQuery> GetEqualityComparer(
FragmentQueryProcessor
qp)
145
FragmentQueryProcessor
_qp;
147
internal FragmentQueryEqualityComparer(
FragmentQueryProcessor
qp)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (3)
34
internal static
FragmentQueryProcessor
Merge(
FragmentQueryProcessor
qp1,
FragmentQueryProcessor
qp2)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
596
FragmentQueryProcessor
qp = isLeft ? context.LeftFragmentQP : context.RightFragmentQP;
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (4)
230
FragmentQueryProcessor
qp =
FragmentQueryProcessor
.Merge(childContext.RightFragmentQP, parentContext.RightFragmentQP);
443
FragmentQueryProcessor
qp =
FragmentQueryProcessor
.Merge(childContext.RightFragmentQP, parentContext.RightFragmentQP);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (4)
43
private
FragmentQueryProcessor
m_leftFragmentQP;
46
private
FragmentQueryProcessor
m_rightFragmentQP;
196
internal
FragmentQueryProcessor
LeftFragmentQP
201
internal
FragmentQueryProcessor
RightFragmentQP