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