7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
2012
while (!str.IsEmpty && UriHelper.
IsLWS
(str[str.Length - 1]))
2243
while (UriHelper.
IsLWS
(str[idx]))
3177
while ((uint)(length - 1) < (uint)inputStr.Length && UriHelper.
IsLWS
(inputStr[length - 1]))
3484
while (!original.IsEmpty && UriHelper.
IsLWS
(original[^1]))
3534
while ((uint)i < (uint)uriString.Length && UriHelper.
IsLWS
(uriString[i]))
System\UriExt.cs (2)
735
if (relativeStr.Length > 0 && (UriHelper.
IsLWS
(relativeStr[0]) || UriHelper.
IsLWS
(relativeStr[relativeStr.Length - 1])))