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