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