1 instantiation of PooledMemoryStream
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionFactory.cs (1)
1009
using PooledMemoryStream stream =
new
();
2 references to PooledMemoryStream
Microsoft.Extensions.AI.Abstractions (2)
Functions\AIFunctionFactory.cs (2)
1009
using
PooledMemoryStream
stream = new();
1214
static void Throw() => throw new ObjectDisposedException(nameof(
PooledMemoryStream
));