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