6 references to IsLWS
System.Private.Uri (6)
System\Uri.cs (4)
2009
while (!str.IsEmpty && UriHelper.
IsLWS
(str[str.Length - 1]))
2240
while (UriHelper.
IsLWS
(str[idx]))
3147
while (local > idx && UriHelper.
IsLWS
(str[local - 1])) --local;
3569
while ((uint)i < (uint)uriString.Length && UriHelper.
IsLWS
(uriString[i]))
System\UriExt.cs (2)
744
if (relativeStr.Length > 0 && (UriHelper.
IsLWS
(relativeStr[0]) || UriHelper.
IsLWS
(relativeStr[relativeStr.Length - 1])))