3 writes to identifierId
System.Data.Services.Client (3)
System\Data\Services\Client\ProjectionPlanCompiler.cs (3)
353this.identifierId++; 567entryParameterForMembers = 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)
351ParameterExpression expectedTypeParameter = Expression.Parameter(typeof(Type), "type" + this.identifierId); 352ParameterExpression entryParameter = Expression.Parameter(typeof(object), "entry" + this.identifierId);