3 references to NoContent
NuGet.Commands (2)
CommandRunners\PackCommandRunner.cs (2)
356if ((LibraryIncludeFlagUtils.NoContent & ~effectiveInclude) != LibraryIncludeFlags.None) 359(LibraryIncludeFlagUtils.NoContent & ~effectiveInclude).ToString()
NuGet.DependencyResolver.Core (1)
PackagingUtility.cs (1)
18var includeType = LibraryIncludeFlagUtils.NoContent;