3 references to SkipTokenPropertyPrefix
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1512
skipTokenDescription.Append(XmlConstants.
SkipTokenPropertyPrefix
+ i.ToString(System.Globalization.CultureInfo.InvariantCulture)).Append(",");
System\Data\Services\RequestQueryProcessor.cs (1)
1222
skipTokenDescription.Append(separator).Append(XmlConstants.
SkipTokenPropertyPrefix
+ i.ToString(System.Globalization.CultureInfo.InvariantCulture));
System\Data\Services\Serializers\Serializer.cs (1)
1192
String keyName = XmlConstants.
SkipTokenPropertyPrefix
+ i.ToString(System.Globalization.CultureInfo.InvariantCulture);