1 instantiation of ProjectionRewriter
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ProjectionRewriter.cs (1)
55
ProjectionRewriter rewriter = new
ProjectionRewriter
(proposedParameterType);
2 references to ProjectionRewriter
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ProjectionRewriter.cs (1)
55
ProjectionRewriter
rewriter = new ProjectionRewriter(proposedParameterType);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
573
lambda =
ProjectionRewriter
.TryToRewrite(lambda, source.ResourceType);