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