2 references to IsEqualAscii
System.Reflection.Metadata (2)
System\Reflection\Internal\Utilities\MemoryBlock.cs (1)
416
if ((currentByte & 0x80) == 0 && StringUtils.
IsEqualAscii
(currentChar, currentByte, ignoreCaseMask))
System\Reflection\Metadata\Internal\BlobHeap.cs (1)
233
if (otherIndex == other.Length || !StringUtils.
IsEqualAscii
(other[otherIndex], separator, ignoreCaseMask))