4 writes to _mustFlush
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\EncoderNLS.cs (4)
71
_mustFlush
= flush;
114
_mustFlush
= flush;
165
_mustFlush
= flush;
232
_mustFlush
= false;
1 reference to _mustFlush
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\EncoderNLS.cs (1)
219
public bool MustFlush =>
_mustFlush
;