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