2 references to GetIdentityFromNupkgPath
NuGet.Protocol (2)
Utility\LocalFolderUtility.cs (2)
503
return identity.Equals(
GetIdentityFromNupkgPath
(file, identity.Id));
522
return
GetIdentityFromNupkgPath
(file, id) != null;