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