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