7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
2004
while (!str.IsEmpty && UriHelper.
IsLWS
(str[str.Length - 1]))
2235
while (UriHelper.
IsLWS
(str[idx]))
3169
while ((uint)(length - 1) < (uint)inputStr.Length && UriHelper.
IsLWS
(inputStr[length - 1]))
3476
while (!original.IsEmpty && UriHelper.
IsLWS
(original[^1]))
3526
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])))