7 references to DecrementPendingCallbacks
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1164parser._physicalStateObj.DecrementPendingCallbacks(release: false);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1173_physicalStateObj.DecrementPendingCallbacks(false);
fx\src\data\System\Data\SqlClient\TdsParserSessionPool.cs (1)
138_cache[i].DecrementPendingCallbacks(false);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (4)
883DecrementPendingCallbacks(true); // Will dispose of GC handle. 2104DecrementPendingCallbacks(release: false); 2166DecrementPendingCallbacks(false); // Failure - we won't receive callback! 2499int pendingCallbacks = DecrementPendingCallbacks(false); // may dispose of GC handle.