3 references to GetCommandTextOrRpcName
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
4035throw SQL.ParamEncryptionMetadataMissing(rpc.parameters[paramIdx].ParameterName, rpc.GetCommandTextOrRpcName());
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8140throw SQL.ParamInvalidForceColumnEncryptionSetting(param.ParameterName, rpcext.GetCommandTextOrRpcName()); 8147throw SQL.ParamUnExpectedEncryptionMetadata(param.ParameterName, rpcext.GetCommandTextOrRpcName());