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