4 references to Parts
Microsoft.DotNet.NuGetRepack.Tasks (4)
src\ReplacePackageParts.cs (4)
51/// Each item of <see cref="ReplacementFiles"/> corresponds to an item of <see cref="Parts"/> array. 75int partCount = Parts?.Length ?? 0; 79Log.LogError($"{nameof(Parts)} and {nameof(ReplacementFiles)} lists must have the same length."); 87var partUri = Parts[i].Replace('\\', '/');