1 write to _autoFlush
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
337
_autoFlush
= value;
5 references to _autoFlush
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (5)
331
get =>
_autoFlush
;
360
if (
_autoFlush
)
469
if (
_autoFlush
)
695
if (
_autoFlush
)
809
if (
_autoFlush
)