8 references to Undefined
NuGet.CommandLine.XPlat (2)
Commands\Package\Download\PackageDownloadRunner.cs (1)
382sourceRepositories.Add(Repository.CreateSource(providers, source, FeedType.Undefined));
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
546SourceRepository sourceRepository = Repository.CreateSource(providers, source, FeedType.Undefined);
NuGet.Protocol (6)
CachingSourceProvider.cs (1)
65return CreateRepository(source, FeedType.Undefined);
Providers\FeedTypeResourceProvider.cs (1)
34if (source.FeedTypeOverride == FeedType.Undefined)
Repository.cs (1)
152return CreateSource(resourceProviders, source, FeedType.Undefined);
SourceRepository.cs (2)
100if (FeedTypeOverride == FeedType.Undefined) 236return feedTypeSource?.FeedType ?? FeedType.Undefined;
SourceRepositoryProvider.cs (1)
66return CreateRepository(source, FeedType.Undefined);