1 write to _utf8Encoding
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
609_utf8Encoding = Encoding.UTF8;
3 references to _utf8Encoding
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (3)
607if (_utf8Encoding == null) 610_byteBuffer = new byte[_utf8Encoding.GetMaxByteCount(1)]; 612int bytes = _utf8Encoding.GetBytes(value, i - 1, 1, _byteBuffer!, 0);