17 references to AsciiToLower
System (17)
net\System\Net\HttpListener.cs (1)
669
pChar[i] = (char)CaseInsensitiveAscii.
AsciiToLower
[(byte)pChar[i]];
net\System\Net\WebHeaderCollection.cs (16)
1786
if (s.Length < headerNameLength || CaseInsensitiveAscii.
AsciiToLower
[byteBuffer[iBeginName]] != CaseInsensitiveAscii.
AsciiToLower
[s[0]])
1798
if (*(pBuffer++) != s[j] && CaseInsensitiveAscii.
AsciiToLower
[*(pBuffer - 1)] != CaseInsensitiveAscii.
AsciiToLower
[s[j]])
1874
if (s.Length < name.Length || CaseInsensitiveAscii.
AsciiToLower
[name[0]] != CaseInsensitiveAscii.
AsciiToLower
[s[0]])
1885
if (name[j] != s[j] && (name[j] > 255 || CaseInsensitiveAscii.
AsciiToLower
[name[j]] != CaseInsensitiveAscii.
AsciiToLower
[s[j]]))
2018
myHashCode ^=
AsciiToLower
[(byte)myString[0]]<<24 ^
AsciiToLower
[(byte)myString[myHashCode-1]]<<16;
2036
difference = (int)(
AsciiToLower
[ firstString[index] ] -
AsciiToLower
[ secondString[index] ]);
2050
myHashCode ^=
AsciiToLower
[(byte)myString[0]]<<24 ^
AsciiToLower
[(byte)myString[myHashCode-1]]<<16;
2069
if (
AsciiToLower
[firstString[index]]!=
AsciiToLower
[secondString[index]]) {