4 references to CreateMissingServiceException
Microsoft.Extensions.AI (4)
Realtime\RealtimeClientExtensions.cs (2)
54
throw Throw.
CreateMissingServiceException
(serviceType, serviceKey);
77
throw Throw.
CreateMissingServiceException
(typeof(TService), serviceKey);
Realtime\RealtimeClientSessionExtensions.cs (2)
54
throw Throw.
CreateMissingServiceException
(serviceType, serviceKey);
77
throw Throw.
CreateMissingServiceException
(typeof(TService), serviceKey);