4 references to DestinationFiles
sdk-tasks (4)
ReplaceFileContents.cs (4)
61if (InputFiles.Length != DestinationFiles.Length) 63throw new Exception($"Expected {nameof(InputFiles)} (length {InputFiles.Length}) and {nameof(DestinationFiles)} (length {DestinationFiles.Length}) to have the same length."); 77ReplaceContents(InputFiles[i].ItemSpec, DestinationFiles[i].ItemSpec);