9 references to CharIsSpaceOrTab
System.Net.Http (9)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs (9)
262while (currentIndex < data.Length && CharIsSpaceOrTab(data[currentIndex])) 272while (currentIndex < data.Length && data[currentIndex] != '=' && !CharIsSpaceOrTab(data[currentIndex])) 286if (CharIsSpaceOrTab(data[currentIndex])) 290while (currentIndex < data.Length && CharIsSpaceOrTab(data[currentIndex])) 304while (currentIndex < data.Length && (CharIsSpaceOrTab(data[currentIndex]) || data[currentIndex] == '=')) 316Debug.Assert(currentIndex < data.Length && !CharIsSpaceOrTab(data[currentIndex])); 341if (!quotedValue && CharIsSpaceOrTab(data[currentIndex])) 357while (currentIndex < data.Length && CharIsSpaceOrTab(data[currentIndex])) 375while (currentIndex < data.Length && CharIsSpaceOrTab(data[currentIndex]))