1 instantiation of InternalZipFileInfo
NuGet.PackageManagement (1)
Utility\MSBuildNuGetProjectSystemUtility.cs (1)
298
matchingFiles.Add(new
InternalZipFileInfo
(otherPackagePath,
7 references to InternalZipFileInfo
NuGet.PackageManagement (7)
FileModifiers\IPackageFileTransformer.cs (1)
59
IEnumerable<
InternalZipFileInfo
> matchingFiles,
FileModifiers\Preprocessor.cs (1)
76
IEnumerable<
InternalZipFileInfo
> matchingFiles,
FileModifiers\XdtTransformer.cs (1)
80
IEnumerable<
InternalZipFileInfo
> matchingFiles,
FileModifiers\XmlTransformer.cs (3)
102
IEnumerable<
InternalZipFileInfo
> matchingFiles,
129
foreach (
var
matchingFile in matchingFiles)
152
InternalZipFileInfo
packageFileInfo,
Utility\MSBuildNuGetProjectSystemUtility.cs (1)
276
var matchingFiles = new List<
InternalZipFileInfo
>();