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)
186if (_useFastUtf8) 354if (_useFastUtf8)