4 references to WaitForAccumulatedWrites
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
8534writeParamTask = stateObj.WaitForAccumulatedWrites(); 9618internalWriteTask = stateObj.WaitForAccumulatedWrites(); 9620Debug.Assert(_asyncWrite || stateObj.WaitForAccumulatedWrites() == null, "Should not have accumulated writes when writing sync");
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
2899Task waitForWrites = WaitForAccumulatedWrites();