6 references to IsLWS
System.Private.Uri (6)
System\Uri.cs (4)
2009while (!str.IsEmpty && UriHelper.IsLWS(str[str.Length - 1])) 2240while (UriHelper.IsLWS(str[idx])) 3147while (local > idx && UriHelper.IsLWS(str[local - 1])) --local; 3569while ((uint)i < (uint)uriString.Length && UriHelper.IsLWS(uriString[i]))
System\UriExt.cs (2)
744if (relativeStr.Length > 0 && (UriHelper.IsLWS(relativeStr[0]) || UriHelper.IsLWS(relativeStr[relativeStr.Length - 1])))