1 write to singleResult
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1069
this.
singleResult
= singleResult;
12 references to singleResult
System.Data.Services (12)
System\Data\Services\Providers\BasicExpandProvider.cs (12)
721
if (this.
singleResult
)
803
return !this.
singleResult
&&
1099
(this.Node.Filter != null || (this.Node.MaxResultsExpected.HasValue && !this.
singleResult
));
1151
if (call != null && !this.
singleResult
&& this.RequiresWrapper)
1343
this.
singleResult
?
1349
if (this.
singleResult
&& this.Node.Filter != null)
1355
else if (!this.
singleResult
)
1394
this.
singleResult
?
1398
Expression parameter = this.
singleResult
? expression : Expression.Parameter(expressionElementType, "p");
1410
if (this.
singleResult
)
1466
if (this.
singleResult
&& this.ExpandProvider.Provider.NullPropagationRequired)
1502
Debug.Assert(!this.
singleResult
, "We don't need sorting for single results");