4 references to _hash
Microsoft.Extensions.AI.Abstractions (4)
Utilities\AIJsonUtilities.cs (4)
191public void GetHashAndReset(Span<byte> bytes) => _hash.GetHashAndReset(bytes); 194public override void Write(byte[] buffer, int offset, int count) => _hash.AppendData(buffer, offset, count); 195public override void Write(ReadOnlySpan<byte> buffer) => _hash.AppendData(buffer); 226_hash.Dispose();