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