GenerateResource.cs (10)
620ErrorUtilities.VerifyThrowInternalNull(resGenCommand);
811ErrorUtilities.VerifyThrow(processType == typeof(ProcessResourceFiles), "Somehow got a wrong and possibly incompatible type for ProcessResourceFiles.");
1148ErrorUtilities.VerifyThrow(inputsToProcess.Count != 0, "There should be resource files to process");
1149ErrorUtilities.VerifyThrow(inputsToProcess.Count == outputsToProcess.Count, "The number of inputs and outputs should be equal");
1269ErrorUtilities.VerifyThrow(inputsToProcess.Count == 1 && outputsToProcess.Count == 1, "For STR, there should only be one input and one output.");
2102ErrorUtilities.VerifyThrow(OutputResources != null && OutputResources.Length != 0, "Should be at least one output resource");
2186ErrorUtilities.VerifyThrow(_cache != null, "We did not create a cache!");
2718ErrorUtilities.VerifyThrow(_readers.Count == 1,
2727ErrorUtilities.VerifyThrow(_readers.Count == 1,
4171ErrorUtilities.ThrowArgument("GenerateResource.CouldNotLoadType", name);