1 instantiation of ContentFilesEntry
NuGet.Packaging (1)
NuspecReader.cs (1)
322
yield return new
ContentFilesEntry
(include, exclude, buildAction, copyToOutput, flatten);
5 references to ContentFilesEntry
NuGet.Commands (4)
RestoreCommand\ContentFiles\ContentFileUtils.cs (4)
85
var entryMappings = new Dictionary<string, List<
ContentFilesEntry
>>(StringComparer.OrdinalIgnoreCase);
96
entryMappings.Add(item.Path, new List<
ContentFilesEntry
>());
106
foreach (
var
filesEntry in nuspecContentFiles)
170
foreach (
var
filesEntry in entries)
NuGet.Packaging (1)
NuspecReader.cs (1)
289
public IEnumerable<
ContentFilesEntry
> GetContentFiles()