3 references to IsKeyValueQuoted
System.Data.Services (3)
System\Data\Services\Parsing\WebConvert.cs (2)
383
if (quoted != WebConvert.
IsKeyValueQuoted
(text))
391
Debug.Assert(
IsKeyValueQuoted
(text), "IsKeyValueQuoted(text) - otherwise caller didn't check this before");
System\Data\Services\RequestUriProcessor.cs (1)
1086
WebUtil.CheckSyntaxValid(WebConvert.
IsKeyValueQuoted
(queryStringValue));