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