8 references to ContentFiles
NuGet.Commands (4)
CommandRunners\PackCommandRunner.cs (2)
349else if ((effectiveInclude & LibraryIncludeFlags.ContentFiles) == LibraryIncludeFlags.ContentFiles)
RestoreCommand\LockFileBuilder.cs (1)
201includeFlags = ~LibraryIncludeFlags.ContentFiles;
RestoreCommand\Utility\LockFileUtils.cs (1)
1055if ((dependencyType & LibraryIncludeFlags.ContentFiles) == LibraryIncludeFlags.None
NuGet.LibraryModel (4)
LibraryIncludeFlag.cs (1)
19All = Analyzers | Build | Compile | ContentFiles | Native | Runtime | BuildTransitive
LibraryIncludeFlagUtils.cs (3)
20(LibraryIncludeFlags.Build | LibraryIncludeFlags.ContentFiles | LibraryIncludeFlags.Analyzers); 22public static readonly LibraryIncludeFlags NoContent = LibraryIncludeFlags.All & ~LibraryIncludeFlags.ContentFiles; 53result |= LibraryIncludeFlags.ContentFiles;