2 references to IsSafe
System.Web.Services (2)
System\Web\Services\Protocols\Scalars.cs (2)
99
if (b > 0x7f || b < 0x20 || c == '%' || (escapeUriStuff && !
IsSafe
(c))) {
137
if (
IsSafe
(ch)) {