1 instantiation of ProjectionPlanCompiler
System.Data.Services.Client (1)
System\Data\Services\Client\ProjectionPlanCompiler.cs (1)
89
ProjectionPlanCompiler rewriter = new
ProjectionPlanCompiler
(normalizerRewrites);
3 references to ProjectionPlanCompiler
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializer.cs (1)
1076
result =
ProjectionPlanCompiler
.CompilePlan(projection, queryComponents.NormalizerRewrites);
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
57
/// Initializes a new <see cref="
ProjectionPlanCompiler
"/> instance.
89
ProjectionPlanCompiler
rewriter = new ProjectionPlanCompiler(normalizerRewrites);