7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
1994if (length > idx && UriHelper.IsLWS(pUriString[length - 1])) 1997while (length != idx && UriHelper.IsLWS(pUriString[--length])) 2229while (UriHelper.IsLWS(_string[idx])) 3183while (local > idx && UriHelper.IsLWS(str[local - 1])) --local; 3624while ((uint)i < (uint)uriString.Length && UriHelper.IsLWS(uriString[i]))
System\UriExt.cs (2)
833if (relativeStr.Length > 0 && (UriHelper.IsLWS(relativeStr[0]) || UriHelper.IsLWS(relativeStr[relativeStr.Length - 1])))