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