6 references to HttpQueryStringExpand
System.Data.Services (6)
System\Data\Services\HttpContextServiceHost.cs (1)
487if (name != XmlConstants.HttpQueryStringExpand &&
System\Data\Services\RequestQueryProcessor.cs (4)
180(!String.IsNullOrEmpty(host.GetQueryStringItem(XmlConstants.HttpQueryStringExpand)) || 571string expand = this.service.OperationContext.Host.GetQueryStringItem(XmlConstants.HttpQueryStringExpand); 834if (!String.IsNullOrEmpty(this.service.OperationContext.Host.GetQueryStringItem(XmlConstants.HttpQueryStringExpand))) 1126if (String.IsNullOrEmpty(this.service.OperationContext.Host.GetQueryStringItem(XmlConstants.HttpQueryStringExpand))
System\Data\Services\Serializers\Serializer.cs (1)
42XmlConstants.HttpQueryStringExpand,