2 references to Utf16Utility
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
1361
return UnsafeCreate(
Utf16Utility
.ConvertAllAsciiCharsInUInt32ToLowercase(value._value));
1416
return UnsafeCreate(
Utf16Utility
.ConvertAllAsciiCharsInUInt32ToUppercase(value._value));