1 instantiation of DisposableService
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
373static _ => new DisposableService(),
6 references to DisposableService
Microsoft.Extensions.AI.Tests (6)
Functions\AIFunctionFactoryTest.cs (6)
372typeof(DisposableService).GetMethod(nameof(DisposableService.GetThis))!, 379var d1 = Assert.IsType<DisposableService>(await func.InvokeAsync()); 380var d2 = Assert.IsType<DisposableService>(await func.InvokeAsync());