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