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