1 write to CopyToOutput
NuGet.Packaging (1)
Core\ContentFilesEntry.cs (1)
55CopyToOutput = copyToOutput;
2 references to CopyToOutput
NuGet.Commands (2)
RestoreCommand\ContentFiles\ContentFileUtils.cs (2)
190if (filesEntry.CopyToOutput.HasValue) 192copyToOutput = filesEntry.CopyToOutput.Value;