5 writes to ContentSize
Microsoft.DotNet.SignCheckLibrary (5)
Verification\DebVerifier.cs (1)
68
ContentSize
= entry.DataStream.Length
Verification\PkgVerifier.cs (1)
53
ContentSize
= stream?.Length ?? 0
Verification\RpmVerifier.cs (1)
36
ContentSize
= entry.DataStream.Length
Verification\TarVerifier.cs (1)
55
ContentSize
= entry.Length
Verification\ZipVerifier.cs (1)
37
ContentSize
= entry.Length
1 reference to ContentSize
Microsoft.DotNet.SignCheckLibrary (1)
Verification\ArchiveVerifier.cs (1)
188
=> string.IsNullOrEmpty(RelativePath) || ContentStream == Stream.Null ||
ContentSize
== 0;