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