11 references to GetParameterCount
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (11)
851&& (0 == GetParameterCount (_parameters)) 1545if ((System.Data.CommandType.Text == this.CommandType) && (0 == GetParameterCount(_parameters))) { 1639else if (!ShouldUseEnclaveBasedWorkflow && !BatchRPCMode && (System.Data.CommandType.Text == this.CommandType) && (0 == GetParameterCount(_parameters))) { 3636else if (ShouldUseEnclaveBasedWorkflow || (0 != GetParameterCount(_parameters))) { 3642GetRPCObject(GetParameterCount(_parameters), ref rpc); 4436else if ((System.Data.CommandType.Text == this.CommandType) && (0 == GetParameterCount(_parameters))) { 5109int count = GetParameterCount(parameters); 5154int count = GetParameterCount(parameters); 5290int count = GetParameterCount(parameters); 5418int paramCount = GetParameterCount(parameters) ; 6211int count = GetParameterCount( Parameters );