1 instantiation of LocalCommand
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
202
LocalCommand cmd = new
LocalCommand
(cmdText, parameters, returnParameterIndex, command.CommandType, command.ColumnEncryptionSetting);
7 references to LocalCommand
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (7)
26
private List<
LocalCommand
> _commandList = new List<
LocalCommand
>();
70
private List<
LocalCommand
> CommandList {
72
List<
LocalCommand
> commandList = _commandList;
202
LocalCommand
cmd = new LocalCommand(cmdText, parameters, returnParameterIndex, command.CommandType, command.ColumnEncryptionSetting);
233
List<
LocalCommand
> commandList = _commandList;
264
LocalCommand
cmd = _commandList[ii];