6 writes to _delayedWriteAsyncCallbackException
System.Data (6)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (6)
2574
_delayedWriteAsyncCallbackException
= e;
2582
var delayedException = Interlocked.Exchange(ref
_delayedWriteAsyncCallbackException
, null);
2670
var delayedException = Interlocked.Exchange(ref
_delayedWriteAsyncCallbackException
, null);
2693
delayedException = Interlocked.Exchange(ref
_delayedWriteAsyncCallbackException
, null);
2889
var delayedException = Interlocked.Exchange(ref
_delayedWriteAsyncCallbackException
, null);
2934
delayedException = Interlocked.Exchange(ref
_delayedWriteAsyncCallbackException
, null);
1 reference to _delayedWriteAsyncCallbackException
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3458
Debug.Assert(
_delayedWriteAsyncCallbackException
== null, "StateObj has an unobserved exceptions from an async write");