1 write to _isFallbackFolder
NuGet.Protocol (1)
LocalRepositories\LocalV3FindPackageByIdResource.cs (1)
70
set =>
_isFallbackFolder
= value;
3 references to _isFallbackFolder
NuGet.Protocol (3)
LocalRepositories\LocalV3FindPackageByIdResource.cs (3)
67
return
_isFallbackFolder
;
480
return (
_isFallbackFolder
&& File.Exists(nupkgMetadataPath)) ||
481
(!
_isFallbackFolder
&& (File.Exists(hashPath) || File.Exists(nupkgMetadataPath)));