5 writes to ContentStream
Microsoft.DotNet.SignCheckLibrary (5)
Verification\DebVerifier.cs (1)
67
ContentStream
= entry.DataStream,
Verification\PkgVerifier.cs (1)
52
ContentStream
= stream,
Verification\RpmVerifier.cs (1)
35
ContentStream
= entry.DataStream,
Verification\TarVerifier.cs (1)
54
ContentStream
= entry.DataStream,
Verification\ZipVerifier.cs (1)
36
ContentStream
= contentStream,
3 references to ContentStream
Microsoft.DotNet.SignCheckLibrary (3)
Verification\ArchiveVerifier.cs (2)
152
archiveEntry.
ContentStream
.CopyTo(fileStream);
188
=> string.IsNullOrEmpty(RelativePath) ||
ContentStream
== Stream.Null || ContentSize == 0;
Verification\DebVerifier.cs (1)
42
=> File.WriteAllBytes(targetPath, ((MemoryStream)archiveEntry.
ContentStream
).ToArray());