6 references to BaseResourceType
System.Data.Services (6)
System\Data\Services\Providers\BasicExpandProvider.cs (6)
902
this.resourceTypes.Add(this.
BaseResourceType
);
903
if (this.ExpandProvider.Provider.HasDerivedTypes(this.
BaseResourceType
))
905
this.resourceTypes.AddRange(this.ExpandProvider.Provider.GetDerivedTypes(this.
BaseResourceType
));
952
foreach (ResourceProperty keyProperty in this.
BaseResourceType
.KeyProperties)
1454
this.
BaseResourceType
,
2084
ResourceProperty property = operandExpandNode.
BaseResourceType
.TryResolvePropertyName(propertyName);