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