9 writes to rpcName
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (9)
3645rpc.rpcName = CommandText; 3716describeParameterEncryptionRequest.rpcName = "sp_describe_parameter_encryption"; 5385rpc.rpcName = null; 5481rpc.rpcName = TdsEnums.SP_PREPEXEC; 5553rpc.rpcName = this.CommandText; // just get the raw command text 5573rpc.rpcName = TdsEnums.SP_UNPREPARE; 5601rpc.rpcName = TdsEnums.SP_EXECUTE; 5634rpc.rpcName = TdsEnums.SP_EXECUTESQL; 5958rpc.rpcName = TdsEnums.SP_PREPARE;
6 references to rpcName
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
3730text = originalRpcRequest.rpcName; 4084throw SQL.ProcEncryptionMetadataMissing(_SqlRPCBatchArray[i].rpcName);
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
8112Debug.Assert(!ADP.IsEmpty(rpcext.rpcName), "must have an RPC name"); 8113tempLen = rpcext.rpcName.Length; 8115WriteString(rpcext.rpcName, tempLen, 0, stateObj);
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1064return rpcName;