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