11 references to ExternalProject
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (2)
296
libraryType == LibraryType.
ExternalProject
)
488
firstMatchingEntry.Key.Type == LibraryType.
ExternalProject
)
NuGet.Commands (8)
PackagesLockFileBuilder.cs (2)
90
.Where(l => l.Type == LibraryType.Project || l.Type == LibraryType.
ExternalProject
)
93
foreach (var projectReference in libraries.Where(e => e.Type == LibraryType.Project || e.Type == LibraryType.
ExternalProject
))
RestoreCommand\DependencyGraphResolver.cs (1)
592
&& newGraphNode.Item.Key.Type != LibraryType.
ExternalProject
RestoreCommand\LockFileBuilder.cs (2)
73
if (library.Type == LibraryType.Project || library.Type == LibraryType.
ExternalProject
)
204
if (library.Type == LibraryType.Project || library.Type == LibraryType.
ExternalProject
)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (1)
528
return (type == LibraryType.
ExternalProject
|| type == LibraryType.Project);
RestoreCommand\Utility\IncludeFlagUtils.cs (2)
210
|| item.Key.Type == LibraryType.
ExternalProject
;
224
else if (item.Key.Type == LibraryType.
ExternalProject
)
NuGet.LibraryModel (1)
LibraryRange.cs (1)
68
contraintString = LibraryType.
ExternalProject
;