1 instantiation of PathBox
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
223
PathBox pb = new
PathBox
();
10 references to PathBox
System.Data.Services.Client (10)
System\Data\Services\Client\ALinq\PathBox.cs (1)
42
/// <summary>Initializes a new <see cref="
PathBox
"/> instance.</summary>
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (9)
80
internal static void Analyze(LambdaExpression e,
PathBox
pb)
199
private static void Analyze(MemberInitExpression mie,
PathBox
pb)
223
PathBox
pb = new PathBox();
257
private readonly
PathBox
box;
267
private EntityProjectionAnalyzer(
PathBox
pb, Type type)
279
internal static void Analyze(MemberInitExpression mie,
PathBox
pb)
522
private
PathBox
box;
526
private NonEntityProjectionAnalyzer(
PathBox
pb, Type type)
532
internal static void Analyze(Expression e,
PathBox
pb)