7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
1994
if (length > idx && UriHelper.
IsLWS
(pUriString[length - 1]))
1997
while (length != idx && UriHelper.
IsLWS
(pUriString[--length]))
2229
while (UriHelper.
IsLWS
(_string[idx]))
3183
while (local > idx && UriHelper.
IsLWS
(str[local - 1])) --local;
3624
while ((uint)i < (uint)uriString.Length && UriHelper.
IsLWS
(uriString[i]))
System\UriExt.cs (2)
833
if (relativeStr.Length > 0 && (UriHelper.
IsLWS
(relativeStr[0]) || UriHelper.
IsLWS
(relativeStr[relativeStr.Length - 1])))