7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
1993
while (!str.IsEmpty && UriHelper.
IsLWS
(str[str.Length - 1]))
2224
while (UriHelper.
IsLWS
(str[idx]))
3158
while ((uint)(length - 1) < (uint)inputStr.Length && UriHelper.
IsLWS
(inputStr[length - 1]))
3465
while (!original.IsEmpty && UriHelper.
IsLWS
(original[^1]))
3515
while ((uint)i < (uint)uriString.Length && UriHelper.
IsLWS
(uriString[i]))
System\UriExt.cs (2)
680
if (relativeStr.Length > 0 && (UriHelper.
IsLWS
(relativeStr[0]) || UriHelper.
IsLWS
(relativeStr[relativeStr.Length - 1])))