2 writes to _useFastUtf8
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (2)
33
_useFastUtf8
= true;
56
_useFastUtf8
= encoding.IsUTF8CodePage && encoding.EncoderFallback.MaxCharCount <= 1;
2 references to _useFastUtf8
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (2)
186
if (
_useFastUtf8
)
354
if (
_useFastUtf8
)