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