1 instantiation of XxHash32
System.IO.Hashing (1)
System\IO\Hashing\XxHash32.cs (1)
69public XxHash32 Clone() => new(_seed, _state, _holdback, _length);
4 references to XxHash32
System.IO.Hashing (4)
System\IO\Hashing\XxHash32.cs (4)
29/// Initializes a new instance of the <see cref="XxHash32"/> class. 41/// Initializes a new instance of the <see cref="XxHash32"/> class with 54/// <summary>Initializes a new instance of the <see cref="XxHash32"/> class using the state from another instance.</summary> 69public XxHash32 Clone() => new(_seed, _state, _holdback, _length);