7 references to IsNullOrEmpty
Microsoft.Build.Tasks.Core (7)
ResGen.cs (7)
221if (IsNullOrEmpty(InputFiles)) 227if (IsNullOrEmpty(OutputFiles)) 366ErrorUtilities.VerifyThrow(!IsNullOrEmpty(InputFiles), "If InputFiles is empty, the task should have returned before reaching this point"); 405ErrorUtilities.VerifyThrow(!IsNullOrEmpty(InputFiles), "If InputFiles is empty, the task should have returned before reaching this point"); 408if (!IsNullOrEmpty(OutputFiles) && (OutputFiles.Length != InputFiles.Length)) 474ErrorUtilities.VerifyThrow(!IsNullOrEmpty(InputFiles), "If InputFiles is empty, the task should have returned before reaching this point"); 545if (IsNullOrEmpty(OutputFiles))