2 references to IsSafeScheme
System.Web (2)
HttpResponse.cs (1)
2423if (UriUtil.IsSafeScheme(url)) {
Util\UriUtil.cs (1)
155bool isValidScheme = (checkScheme) ? IsSafeScheme(inputWithoutQueryFragment) : true;