1 write to provider
System.Data.Services (1)
System\Data\Services\Epm\EpmContentSerializer.cs (1)
133
this.
provider
= provider;
5 references to provider
System.Data.Services (5)
System\Data\Services\Epm\EpmContentSerializer.cs (5)
172
currentValue = this.
provider
.GetPropertyValue(currentValue, property, currentType);
179
currentValue = this.
provider
.GetOpenPropertyValue(currentValue, segment);
184
currentType = this.
provider
.GetResourceType(currentValue);
220
currentType = this.
provider
.TryResolveResourceType(projectedValue.ResourceTypeName);
225
currentType = this.
provider
.GetResourceType(currentValue);