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