3 references to Parts
Microsoft.DotNet.NuGetRepack.Tasks (3)
src\ReplacePackageParts.cs (3)
79int partCount = Parts?.Length ?? 0; 83Log.LogError($"{nameof(Parts)} and {nameof(ReplacementFiles)} lists must have the same length."); 91var partUri = Parts[i].Replace('\\', '/');