7 references to IsLWS
System.Private.Uri (7)
System\Uri.cs (5)
2041
if (length > idx && UriHelper.
IsLWS
(pUriString[length - 1]))
2044
while (length != idx && UriHelper.
IsLWS
(pUriString[--length]))
2276
while (UriHelper.
IsLWS
(_string[idx]))
3234
while (local > idx && UriHelper.
IsLWS
(str[local - 1])) --local;
3661
while ((uint)i < (uint)uriString.Length && UriHelper.
IsLWS
(uriString[i]))
System\UriExt.cs (2)
829
if (relativeStr.Length > 0 && (UriHelper.
IsLWS
(relativeStr[0]) || UriHelper.
IsLWS
(relativeStr[relativeStr.Length - 1])))