3 writes to identifierId
System.Data.Services.Client (3)
System\Data\Services\Client\ProjectionPlanCompiler.cs (3)
353
this.
identifierId
++;
567
entryParameterForMembers = Expression.Parameter(typeof(object), "subentry" + this.
identifierId
++);
606
"subentry" + this.
identifierId
++);
2 references to identifierId
System.Data.Services.Client (2)
System\Data\Services\Client\ProjectionPlanCompiler.cs (2)
351
ParameterExpression expectedTypeParameter = Expression.Parameter(typeof(Type), "type" + this.
identifierId
);
352
ParameterExpression entryParameter = Expression.Parameter(typeof(object), "entry" + this.
identifierId
);