1 write to AllowConcurrentInvocation
Microsoft.Extensions.AI.Tests (1)
Realtime\FunctionInvokingRealtimeClientTests.cs (1)
500client.AllowConcurrentInvocation = true;
2 references to AllowConcurrentInvocation
Microsoft.Extensions.AI (1)
Realtime\FunctionInvokingRealtimeClientSession.cs (1)
112private bool AllowConcurrentInvocation => _client.AllowConcurrentInvocation;
Microsoft.Extensions.AI.Tests (1)
Realtime\FunctionInvokingRealtimeClientTests.cs (1)
32Assert.False(client.AllowConcurrentInvocation);