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