System\Data\Services\Providers\BasicExpandProvider.cs (7)
1439bindings[0] = BindByName(
1443bindings[1] = BindByName(this.elementType, "Description", Expression.Constant(this.WrapperDescription));
1494bindings[i + 2] = BindByName(
1508skipTokenPropertyBindings[0] = BindByName(projectedSkipTokenType, "ExpandedElement", Expression.Constant((string)null, typeof(string)));
1520skipTokenPropertyBindings[1] = BindByName(projectedSkipTokenType, "Description", Expression.Constant(skipTokenDescription.Remove(skipTokenDescription.Length - 1, 1).ToString()));
1524bindings[1] = BindByName(
1528bindings[this.children.Count + 2] = BindByName(this.elementType, "ProjectedProperty" + this.children.Count.ToString(System.Globalization.CultureInfo.InvariantCulture), skipTokenBody);