1 write to provider
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
234
this.
provider
= service.Provider;
5 references to provider
System.Data.Services (5)
System\Data\Services\Parsing\RequestQueryParser.cs (5)
235
this.nullPropagationRequired = this.
provider
.NullPropagationRequired;
1984
WebUtil.TryResolveResourceType(this.
provider
, (string)((ConstantExpression)candidateTypeArgument).Value),
2055
this.
provider
.GetContainer(this.currentSegmentInfo.ResourceSet, this.currentSegmentInfo.ResourceType, property);
2093
result, (LambdaExpression)filter, this.
provider
.NullPropagationRequired);
2496
ResourceType resourceType = WebUtil.TryResolveResourceType(this.
provider
, text);