2 references to IsHttpSeparator
System.Data.Services (2)
System\Data\Services\HttpProcessUtility.cs (2)
899
if (
IsHttpSeparator
(afterNameChar))
960
return c < '\x7F' && c > '\x1F' && !
IsHttpSeparator
(c);