1 write to service
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
233
this.
service
= service;
2 references to service
System.Data.Services (2)
System\Data\Services\Parsing\RequestQueryParser.cs (2)
1854
if (!this.
service
.Configuration.DataServiceBehavior.AcceptReplaceFunctionInQuery && functionDescriptions[0].IsReplace)
2086
Expression filter = DataServiceConfiguration.ComposeQueryInterceptors(this.
service
, container);