1 instantiation of AsyncDisposableService
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
383static _ => new AsyncDisposableService(),
6 references to AsyncDisposableService
Microsoft.Extensions.AI.Tests (6)
Functions\AIFunctionFactoryTest.cs (6)
382typeof(AsyncDisposableService).GetMethod(nameof(AsyncDisposableService.GetThis))!, 389var d1 = Assert.IsType<AsyncDisposableService>(await func.InvokeAsync()); 390var d2 = Assert.IsType<AsyncDisposableService>(await func.InvokeAsync());