7 references to GetContainer
System.Data.Services (7)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2055this.provider.GetContainer(this.currentSegmentInfo.ResourceSet, this.currentSegmentInfo.ResourceType, property);
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
837if (property.TypeKind == ResourceTypeKind.EntityType && this.GetContainer(resourceSet, resourceType, property) == null)
System\Data\Services\RequestQueryProcessor.cs (1)
423resourceSet = this.service.Provider.GetContainer(resourceSet, resourceType, property);
System\Data\Services\RequestUriProcessor.cs (1)
885segment.TargetContainer = service.Provider.GetContainer(previous.TargetContainer, previous.TargetResourceType, segment.ProjectedProperty);
System\Data\Services\Serializers\JsonDeserializer.cs (1)
781ResourceSetWrapper propertySet = this.Service.Provider.GetContainer(parentResourceSet, parentResourceType, resourceProperty);
System\Data\Services\Serializers\Serializer.cs (1)
521current = this.service.Provider.GetContainer(current, current.ResourceType, property);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
622ResourceSetWrapper targetSet = this.Service.Provider.GetContainer(parentResourceSet, parentResourceType, property);