5 references to HasOpenResult
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
1125
if (_physicalStateObj.
HasOpenResult
) { // SQL BU DT 383773 - need to decrement openResultCount for all pending operations.
7901
if (stateObj.
HasOpenResult
) { // SQL BU DT 383773 - need to decrement openResultCount if operation failed.
7977
if ((!_fMARS) && (_physicalStateObj.
HasOpenResult
))
8087
if ((!_fMARS) && (_physicalStateObj.
HasOpenResult
))
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
778
if (
HasOpenResult
) { // SQL BU DT 383773 - need to decrement openResultCount for all pending operations.