1 write to FeedType
NuGet.Protocol (1)
FeedTypePackageSource.cs (1)
19
FeedType
= feedType;
2 references to FeedType
NuGet.Protocol (2)
SourceRepository.cs (1)
238
return feedTypeSource?.
FeedType
?? FeedType.Undefined;
Utility\FeedTypeUtility.cs (1)
22
return feedTypePackageSource.
FeedType
;