Skip to content

Commit 8d25252

Browse files
committed
fix merge with #107823
1 parent 8b85870 commit 8d25252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Text/Ascii.Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ internal static unsafe nuint NarrowUtf16ToAscii(char* pUtf16Buffer, byte* pAscii
14971497
}
14981498

14991499
[MethodImpl(MethodImplOptions.AggressiveInlining)]
1500-
private static bool VectorContainsNonAsciiChar(Vector128<byte> asciiVector)
1500+
internal static bool VectorContainsNonAsciiChar(Vector128<byte> asciiVector)
15011501
{
15021502
// max ASCII character is 0b_0111_1111, so the most significant bit (0x80) tells whether it contains non ascii
15031503

0 commit comments

Comments
 (0)