3 references to EndMethodName
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
1391
if (cachedAsyncState.
EndMethodName
== null) {
1394
if (endMethod != cachedAsyncState.
EndMethodName
) {
1395
throw ADP.MismatchedAsyncResult(cachedAsyncState.
EndMethodName
, endMethod);