1 instantiation of ZipPart
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
736nestedParts.Add(relativePath, new ZipPart(relativePath, fileSignInfo));
5 references to ZipPart
Microsoft.DotNet.SignTool (5)
src\Configuration.cs (1)
688var nestedParts = new Dictionary<string, ZipPart>();
src\ZipData.cs (4)
36internal ImmutableDictionary<string, ZipPart> NestedParts { get; } 38internal ZipData(FileSignInfo fileSignInfo, ImmutableDictionary<string, ZipPart> nestedBinaryParts) 44internal ZipPart? FindNestedPart(string relativeName) 46if (NestedParts.TryGetValue(relativeName, out ZipPart part))