1 instantiation of Crc32
System.IO.Hashing (1)
System\IO\Hashing\Crc32.cs (1)
71
public Crc32 Clone() =>
new
(_crc, ParameterSet);
6 references to Crc32
Aspire.Hosting.Azure (1)
Provisioning\BicepUtilities.cs (1)
96
var hashedContents =
Crc32
.Hash(Encoding.UTF8.GetBytes(input));
Microsoft.Build.Tasks.Git (1)
GitDataReader\GitRefTableReader.cs (1)
217
var computedChecksum =
Crc32
.HashToUInt32(buffer);
System.IO.Hashing (4)
System\IO\Hashing\Crc32.cs (4)
35
/// Initializes a new instance of the <see cref="
Crc32
"/> class using the ITU-T V.42 / IEEE 802.3 parameters.
45
/// Initializes a new instance of the <see cref="
Crc32
"/> class using the specified parameters.
62
/// <summary>Initializes a new instance of the <see cref="
Crc32
"/> class using the state from another instance.</summary>
71
public
Crc32
Clone() => new(_crc, ParameterSet);