1 write to _commandType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
713_commandType = value;
2 references to _commandType
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
703CommandType cmdType = _commandType; 708if (_commandType != value) {