6 references to Compile
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (1)
376includeType = LibraryIncludeFlags.All & ~LibraryIncludeFlags.Compile;
NuGet.Commands (2)
RestoreCommand\CompatibilityChecker.cs (1)
113(LibraryIncludeFlags.Compile
RestoreCommand\Utility\LockFileUtils.cs (1)
1044if ((dependencyType & LibraryIncludeFlags.Compile) == LibraryIncludeFlags.None)
NuGet.LibraryModel (2)
LibraryIncludeFlag.cs (1)
19All = Analyzers | Build | Compile | ContentFiles | Native | Runtime | BuildTransitive
LibraryIncludeFlagUtils.cs (1)
47result |= LibraryIncludeFlags.Compile;
NuGet.PackageManagement (1)
BuildIntegration\BuildIntegratedRestoreUtility.cs (1)
179var includeType = LibraryIncludeFlags.All & ~LibraryIncludeFlags.Compile;