8 references to Undefined
NuGet.CommandLine.XPlat (2)
Commands\Package\Download\PackageDownloadRunner.cs (1)
377sourceRepositories.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)
62return CreateRepository(source, FeedType.Undefined);
Providers\FeedTypeResourceProvider.cs (1)
34if (source.FeedTypeOverride == FeedType.Undefined)
Repository.cs (1)
144return CreateSource(resourceProviders, source, FeedType.Undefined);
SourceRepository.cs (2)
102if (FeedTypeOverride == FeedType.Undefined) 238return feedTypeSource?.FeedType ?? FeedType.Undefined;
SourceRepositoryProvider.cs (1)
58return CreateRepository(source, FeedType.Undefined);