4 writes to CountOption
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ResourceBinder.cs (4)
910
re.
CountOption
= countOption;
941
source.
CountOption
= CountOption.None;
950
source.
CountOption
= CountOption.None;
1119
re.
CountOption
= CountOption.ValueOnly;
13 references to CountOption
System.Data.Services.Client (13)
System\Data\Services\Client\ALinq\DataServiceExpressionVisitor.cs (2)
62
rse = new ResourceSetExpression(rse.Type, source, rse.MemberExpression, rse.ResourceType, rse.ExpandPaths, rse.
CountOption
, rse.CustomQueryOptions, rse.Projection);
79
npse = new NavigationPropertySingletonExpression(npse.Type, source, npse.MemberExpression, npse.MemberExpression.Type, npse.ExpandPaths, npse.
CountOption
, npse.CustomQueryOptions, npse.Projection);
System\Data\Services\Client\ALinq\NavigationPropertySingletonExpression.cs (2)
92
this.
CountOption
== CountOption.InlineAll ||
111
this.
CountOption
,
System\Data\Services\Client\ALinq\ResourceBinder.cs (5)
939
ResourceSetExpression newResource = new ResourceSetExpression(expressionType, source, memberExpression, resourceType, source.ExpandPaths.ToList(), source.
CountOption
, source.CustomQueryOptions.ToDictionary(kvp => kvp.Key, kvp => kvp.Value), null);
948
NavigationPropertySingletonExpression newResource = new NavigationPropertySingletonExpression(type, source, memberExpression, memberExpression.Type, source.ExpandPaths.ToList(), source.
CountOption
, source.CustomQueryOptions.ToDictionary(kvp => kvp.Key, kvp => kvp.Value), null);
968
ResourceSetExpression newResource = new ResourceSetExpression(expectedResultType, input.Source, input.MemberExpression, input.ResourceType, input.ExpandPaths, input.
CountOption
, input.CustomQueryOptions, input.Projection);
2288
if (re.
CountOption
!= CountOption.None)
2351
if (rse.
CountOption
!= CountOption.None)
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (2)
150
this.
CountOption
== CountOption.InlineAll || // value only count is not an option
220
this.
CountOption
,
System\Data\Services\Client\ALinq\UriWriter.cs (2)
275
if (rse.
CountOption
== CountOption.ValueOnly)
356
if (re.
CountOption
== CountOption.InlineAll)