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)
177if (filesEntry.CopyToOutput.HasValue) 179copyToOutput = filesEntry.CopyToOutput.Value;