2 references to Utf16Utility
Microsoft.CodeAnalysis.CodeStyle (2)
Rune.cs (2)
1361
return UnsafeCreate(
Utf16Utility
.ConvertAllAsciiCharsInUInt32ToLowercase(value._value));
1416
return UnsafeCreate(
Utf16Utility
.ConvertAllAsciiCharsInUInt32ToUppercase(value._value));