2 references to ShouldAppendAsUnicode
Microsoft.CodeAnalysis (2)
InternalUtilities\JsonWriter.cs (2)
276
if (c == '\"' || c == '\\' ||
ShouldAppendAsUnicode
(c))
302
Debug.Assert(
ShouldAppendAsUnicode
(c));