1 write to ResourceSet
System.Data.Services (1)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2676this.ResourceSet = resourceSet;
3 references to ResourceSet
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
1985this.currentSegmentInfo != null ? this.currentSegmentInfo.ResourceSet : this.setForIt, 2053ResourceSetWrapper container = this.currentSegmentInfo.ResourceSet == null || property == null || property.TypeKind != ResourceTypeKind.EntityType ? 2055this.provider.GetContainer(this.currentSegmentInfo.ResourceSet, this.currentSegmentInfo.ResourceType, property);