1 instantiation of ThrowOnReadsScope
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
102
return new
ThrowOnReadsScope
(this);
6 references to ThrowOnReadsScope
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (6)
100
private
ThrowOnReadsScope
GuardAgainstOtherReads()
933
using
ThrowOnReadsScope
_ = GuardAgainstOtherReads();
1060
using
ThrowOnReadsScope
_ = GuardAgainstOtherReads();
1109
using
ThrowOnReadsScope
_ = GuardAgainstOtherReads();
1330
using
ThrowOnReadsScope
_ = GuardAgainstOtherReads();
1369
using
ThrowOnReadsScope
_ = GuardAgainstOtherReads();