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