7 references to ICommandText
System.Data (7)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (4)
47
private UnsafeNativeMethods.
ICommandText
_icommandText;
428
UnsafeNativeMethods.
ICommandText
icmdtxt = _icommandText;
509
UnsafeNativeMethods.
ICommandText
ict = Interlocked.Exchange<UnsafeNativeMethods.
ICommandText
>(ref _icommandText, null);
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
268
internal UnsafeNativeMethods.
ICommandText
ICommandText() {
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
221
internal UnsafeNativeMethods.
ICommandText
ICommandText() {
237
return (UnsafeNativeMethods.
ICommandText
)icommandText;