4 references to HttpQueryStringInlineCount
System.Data.Services (4)
System\Data\Services\HttpContextServiceHost.cs (1)
492name != XmlConstants.HttpQueryStringInlineCount &&
System\Data\Services\RequestQueryProcessor.cs (2)
185!String.IsNullOrEmpty(host.GetQueryStringItem(XmlConstants.HttpQueryStringInlineCount)) || 967string count = this.service.OperationContext.Host.GetQueryStringItem(XmlConstants.HttpQueryStringInlineCount);
System\Data\Services\Serializers\Serializer.cs (1)
44XmlConstants.HttpQueryStringInlineCount,