11 references to ExternalProject
NuGet.CommandLine.XPlat (2)
Commands\PackageReferenceCommands\AddPackageReferenceCommandRunner.cs (2)
296libraryType == LibraryType.ExternalProject) 488firstMatchingEntry.Key.Type == LibraryType.ExternalProject)
NuGet.Commands (8)
PackagesLockFileBuilder.cs (2)
90.Where(l => l.Type == LibraryType.Project || l.Type == LibraryType.ExternalProject) 93foreach (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)
73if (library.Type == LibraryType.Project || library.Type == LibraryType.ExternalProject) 204if (library.Type == LibraryType.Project || library.Type == LibraryType.ExternalProject)
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (1)
528return (type == LibraryType.ExternalProject || type == LibraryType.Project);
RestoreCommand\Utility\IncludeFlagUtils.cs (2)
210|| item.Key.Type == LibraryType.ExternalProject; 224else if (item.Key.Type == LibraryType.ExternalProject)
NuGet.LibraryModel (1)
LibraryRange.cs (1)
68contraintString = LibraryType.ExternalProject;