3 references to Utf8NullTerminatedFastCompare
System.Reflection.Metadata (3)
System\Reflection\Internal\Utilities\MemoryBlock.cs (2)
350
FastComparisonResult result =
Utf8NullTerminatedFastCompare
(offset, text, 0, out _, terminator, ignoreCase);
364
FastComparisonResult result =
Utf8NullTerminatedFastCompare
(offset, text, 0, out _, terminator, ignoreCase);
System\Reflection\Metadata\Internal\BlobHeap.cs (1)
244
var result = partBlock.
Utf8NullTerminatedFastCompare
(0, other, otherIndex, out firstDifferenceIndex, terminator: '\0', ignoreCase: ignoreCase);