1 instantiation of PathBox
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
223PathBox 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)
80internal static void Analyze(LambdaExpression e, PathBox pb) 199private static void Analyze(MemberInitExpression mie, PathBox pb) 223PathBox pb = new PathBox(); 257private readonly PathBox box; 267private EntityProjectionAnalyzer(PathBox pb, Type type) 279internal static void Analyze(MemberInitExpression mie, PathBox pb) 522private PathBox box; 526private NonEntityProjectionAnalyzer(PathBox pb, Type type) 532internal static void Analyze(Expression e, PathBox pb)