11 references to CheckStringArgument
System.Data.Entity.Design (11)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (4)
98EDesignUtil.CheckStringArgument(namespaceName, "namespaceName"); 109EDesignUtil.CheckStringArgument(modelEntityContainerName, "modelEntityContainerName"); 223EDesignUtil.CheckStringArgument(outputFileName, "outputFileName"); 251EDesignUtil.CheckStringArgument(outputFileName, "outputFileName");
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (3)
55EDesignUtil.CheckStringArgument(providerInvariantName, "providerInvariantName"); 57EDesignUtil.CheckStringArgument(namespaceName, "namespaceName"); 240EDesignUtil.CheckStringArgument(outputFileName, "outputFileName");
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
104EDesignUtil.CheckStringArgument(outputPath, "outputPath");
System\Data\EntityModel\EdmToObjectNamespaceMap.cs (1)
35EDesignUtil.CheckStringArgument(edmNamespace, "edmNamespace");
System\Data\EntityModel\EntityClassGenerator.cs (2)
187EDesignUtil.CheckStringArgument(sourceEdmSchemaFilePath, "sourceEdmSchemaFilePath"); 189EDesignUtil.CheckStringArgument(targetPath, "targetPath");