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