4 references to Validate
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5425parameter.Validate(ii, CommandType.StoredProcedure == CommandType); 5750sqlParam.Validate(i, CommandType.StoredProcedure == CommandType); 6219param.Validate(index, CommandType.StoredProcedure == CommandType);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8151param.Validate(i, isCommandProc);