3 instantiations of SqlParameterCollection
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
754this._parameters = new SqlParameterCollection(); 3757SqlParameterCollection tempCollection = new SqlParameterCollection();
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (1)
139parameters = new SqlParameterCollection();
36 references to SqlParameterCollection
System.Activities.DurableInstancing (7)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
67SqlParameterCollection parameters = sqlCommand.Parameters;
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
64SqlParameterCollection parameters = command.Parameters;
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (5)
70SqlParameterCollection parameters = command.Parameters; 190static void AddSerializedProperty(ArraySegment<byte> source, SqlParameterCollection parameters, string parameterName) 384void ExtractServiceDeploymentInformation(SaveWorkflowCommand saveWorkflowCommand, StringBuilder commandTextBuilder, SqlParameterCollection parameters) 475void SerializeAssociatedData(SqlParameterCollection parameters, SaveWorkflowCommand saveWorkflowCommand, StringBuilder commandTextBuilder) 529void SerializePromotedProperties(SqlParameterCollection parameters, StringBuilder commandTextBuilder, SaveWorkflowCommand saveWorkflowCommand)
System.Data (22)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (18)
119private SqlParameterCollection _parameters; 280private List<SqlParameterCollection> _parameterCollectionList; 436SqlParameterCollection parameters = Parameters; 749new public SqlParameterCollection Parameters { 3757SqlParameterCollection tempCollection = new SqlParameterCollection(); 5098SqlParameterCollection parameters = _parameters; 5153SqlParameterCollection parameters = GetCurrentParameterCollection(); 5289SqlParameterCollection parameters = GetCurrentParameterCollection(); 5316private SqlParameterCollection GetCurrentParameterCollection() { 5331private SqlParameter GetParameterForOutputValueExtraction( SqlParameterCollection parameters, 5416private void SetUpRPCParameters (_SqlRPC rpc, int startCount, bool inSchema, SqlParameterCollection parameters) { 5527private int CountSendableParameters(SqlParameterCollection parameters) { 5541private int GetParameterCount(SqlParameterCollection parameters) { 5548private void BuildRPC(bool inSchema, SqlParameterCollection parameters, ref _SqlRPC rpc) { 5617private void BuildExecuteSql(CommandBehavior behavior, string commandText, SqlParameterCollection parameters, ref _SqlRPC rpc) { 5739internal string BuildParamList(TdsParser parser, SqlParameterCollection parameters, bool includeReturnValue = false) { 6084_parameterCollectionList = new List<SqlParameterCollection>(); 6128internal void AddBatchCommand(string commandText, SqlParameterCollection parameters, CommandType cmdType, SqlCommandColumnEncryptionSetting columnEncryptionSetting) {
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (4)
35internal readonly SqlParameterCollection Parameters; 40internal LocalCommand(string commandText, SqlParameterCollection parameters, int returnParameterIndex, CommandType cmdType, SqlCommandColumnEncryptionSetting columnEncryptionSetting) { 135SqlParameterCollection parameters = null; 137SqlParameterCollection collection = command.Parameters;
System.Web (7)
UI\WebParts\SqlPersonalizationProvider.cs (7)
90SqlParameterCollection parameters = command.Parameters; 210SqlParameterCollection parameters = command.Parameters; 316SqlParameterCollection parameters = command.Parameters; 392SqlParameterCollection parameters = command.Parameters; 646SqlParameterCollection parameters = command.Parameters; 698SqlParameterCollection parameters = command.Parameters; 811SqlParameterCollection parameters = command.Parameters;