1 instantiation of Crc32
System.Windows.Forms.UI.IntegrationTests (1)
Infra\ScreenRecordService.cs (1)
154
var crc = new
Crc32
();
14 references to Crc32
Aspire.Hosting.Azure (1)
Provisioning\Provisioners\BicepProvisioner.cs (1)
431
var hashedContents =
Crc32
.Hash(Encoding.UTF8.GetBytes(input));
System.IO.Hashing (1)
System\IO\Hashing\Crc32.cs (1)
35
/// Initializes a new instance of the <see cref="
Crc32
"/> class.
System.Windows.Forms.UI.IntegrationTests (12)
Infra\ScreenRecordService.cs (12)
154
var
crc = new Crc32();
344
private static void WriteIend(Stream stream, byte[] buffer,
Crc32
crc)
353
private static void WriteActl(Stream stream, byte[] buffer,
Crc32
crc, int frameCount, int playCount)
367
private static void WriteFrame(Stream stream, byte[] buffer,
Crc32
crc, ref int sequenceNumber, Bitmap frame, Size offset, TimeSpan delay)
378
private static void WriteFdat(Stream stream, byte[] buffer,
Crc32
crc, int sequenceNumber, ReadOnlySpan<byte> data)
391
private static void WriteChunkHeader(Stream stream, byte[] buffer,
Crc32
crc, ReadOnlySpan<byte> chunkType, uint dataLength)
402
private static void WriteCrc(Stream stream, byte[] buffer,
Crc32
crc)
472
private static void WriteFctl(Stream stream, byte[] buffer,
Crc32
crc, int sequenceNumber, Size size, Size offset, TimeSpan delay, ApngDisposeOp disposeOp, ApngBlendOp blendOp)
515
private static void WritePngByte(Stream stream,
Crc32
? crc, byte value)
522
private static void WritePngUInt16(Stream stream, byte[] buffer,
Crc32
? crc, ushort value)
529
private static void WritePngUInt32(Stream stream, byte[] buffer,
Crc32
? crc, uint value)
536
private static void Write(Stream stream, byte[] buffer,
Crc32
? crc, ReadOnlySpan<byte> bytes)