2 writes to _callCount
Microsoft.Extensions.AI.Integration.Tests (2)
CallCountingChatClient.cs (2)
22
Interlocked.Increment(ref
_callCount
);
29
Interlocked.Increment(ref
_callCount
);
1 reference to _callCount
Microsoft.Extensions.AI.Integration.Tests (1)
CallCountingChatClient.cs (1)
17
public int CallCount =>
_callCount
;