1 instantiation of ZipPart
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
802nestedParts.Add(relativePath, new ZipPart(relativePath, fileSignInfo));
6 references to ZipPart
Microsoft.DotNet.SignTool (6)
src\Configuration.cs (1)
754var nestedParts = new Dictionary<string, ZipPart>();
src\ZipData.cs (5)
39internal ImmutableDictionary<string, ZipPart> NestedParts { get; } 41internal ZipData(FileSignInfo fileSignInfo, ImmutableDictionary<string, ZipPart> nestedBinaryParts) 47internal ZipPart? FindNestedPart(string relativeName) 49if (NestedParts.TryGetValue(relativeName, out ZipPart part)) 457ZipPart? signedPart = FindNestedPart(relativeName);