1 instantiation of Crc64
System.IO.Hashing (1)
System\IO\Hashing\Crc64.cs (1)
49public Crc64 Clone() => new(_crc);
3 references to Crc64
System.IO.Hashing (3)
System\IO\Hashing\Crc64.cs (3)
34/// Initializes a new instance of the <see cref="Crc64"/> class. 41/// <summary>Initializes a new instance of the <see cref="Crc64"/> class using the state from another instance.</summary> 49public Crc64 Clone() => new(_crc);