4 references to GetUtf8RepresentationForScalarValue
System.Text.Encodings.Web (4)
System\Text\Encodings\Web\DefaultUrlEncoder.cs (2)
144uint utf8lsb = (uint)UnicodeHelpers.GetUtf8RepresentationForScalarValue((uint)value.Value); 173uint utf8lsb = (uint)UnicodeHelpers.GetUtf8RepresentationForScalarValue((uint)value.Value);
System\Text\Encodings\Web\TextEncoder.cs (2)
73uint utf8lsb = (uint)UnicodeHelpers.GetUtf8RepresentationForScalarValue((uint)nextScalarValue.Value); 351uint utf8lsb = (uint)UnicodeHelpers.GetUtf8RepresentationForScalarValue((uint)scalarValue.Value);