31 references to SynchronousCallMayNotPend
System.Data (31)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
1550if (!result) { throw SQL.SynchronousCallMayNotPend(); } 3121if (!result) { throw SQL.SynchronousCallMayNotPend(); } 4525if (!result) { throw SQL.SynchronousCallMayNotPend(); } 4700if (!result) { throw SQL.SynchronousCallMayNotPend(); }
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (13)
242throw SQL.SynchronousCallMayNotPend(); 865throw SQL.SynchronousCallMayNotPend(); 1537if (!result) { throw SQL.SynchronousCallMayNotPend(); } 1772if (!result) { throw SQL.SynchronousCallMayNotPend(); } 1775if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2421if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2574if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2627if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2695if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2953if (!result) { throw SQL.SynchronousCallMayNotPend(); } 3127if (!result) { throw SQL.SynchronousCallMayNotPend(); } 3312if (!result) { throw SQL.SynchronousCallMayNotPend(); } 3393if (!result) { throw SQL.SynchronousCallMayNotPend(); }
fx\src\data\System\Data\SqlClient\TdsParser.cs (12)
882if (!result) { throw SQL.SynchronousCallMayNotPend(); } 891if (!_physicalStateObj.TryProcessHeader()) { throw SQL.SynchronousCallMayNotPend(); } 900if (!result) { throw SQL.SynchronousCallMayNotPend(); } 2421throw SQL.SynchronousCallMayNotPend(); 3786throw SQL.SynchronousCallMayNotPend(); 3792throw SQL.SynchronousCallMayNotPend(); 3802throw SQL.SynchronousCallMayNotPend(); 3809throw SQL.SynchronousCallMayNotPend(); 3819throw SQL.SynchronousCallMayNotPend(); 7556if (!result) { throw SQL.SynchronousCallMayNotPend(); } 11150if (!result) { throw SQL.SynchronousCallMayNotPend(); } 11318if (!result) { throw SQL.SynchronousCallMayNotPend(); }
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1672if (!result) { throw SQL.SynchronousCallMayNotPend(); } 1739if (!result) { throw SQL.SynchronousCallMayNotPend(); }