4 references to _hash
Microsoft.Extensions.AI (4)
CachingHelpers.cs (4)
111public void GetHashAndReset(Span<byte> bytes) => _hash.GetHashAndReset(bytes); 118_hash.Dispose(); 123public override void Write(byte[] buffer, int offset, int count) => _hash.AppendData(buffer, offset, count); 124public override void Write(ReadOnlySpan<byte> buffer) => _hash.AppendData(buffer);