1 write to _isMemoryStream
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
58
_isMemoryStream
= _stream.GetType() == typeof(MemoryStream);
2 references to _isMemoryStream
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (2)
357
if (
_isMemoryStream
)
476
if (
_isMemoryStream
)