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