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