5 references to ToHexString
Microsoft.CodeAnalysis.CodeStyle (5)
UnicodeDebug.cs (5)
24
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid UTF-16 high surrogate code point.");
33
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid UTF-16 low surrogate code point.");
42
Debug.Fail($"The value {
ToHexString
(codePoint)} is not a valid Unicode code point.");
51
Debug.Fail($"The value {
ToHexString
(scalarValue)} is not a valid Unicode scalar value.");
60
Debug.Fail($"The value {
ToHexString
(scalarValue)} is not a valid supplementary plane Unicode scalar value.");