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