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