Implemented interface member:
6 references to Dispose
Microsoft.Extensions.AI.Abstractions (1)
ChatRouting\RoutingChatClient.cs (1)
115
/// <param name="disposing"><see langword="true"/> when called from <see cref="
Dispose
()"/>.</param>
Microsoft.Extensions.AI.Tests (5)
ChatRouting\OrderedFailoverChatClientTests.cs (3)
330
client.
Dispose
();
331
client.
Dispose
();
345
client.
Dispose
();
ChatRouting\SemanticRoutingChatClientTests.cs (2)
230
router.
Dispose
();
231
router.
Dispose
();