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