3 references to GetETagValue
System.Data.Services (3)
System\Data\Services\DataService.cs (2)
869etag = WebUtil.GetETagValue(dataService, actualEntity, container); 1401string etagValue = WebUtil.GetETagValue(dataService, actualEntity, container);
System\Data\Services\Serializers\Serializer.cs (1)
720return WebUtil.GetETagValue(this.service, resource, this.CurrentContainer);