2 writes to _isCallInProgress
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyCallQueue.cs (2)
54_isCallInProgress = true; 63_isCallInProgress = false;
2 references to _isCallInProgress
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyCallQueue.cs (2)
23public static bool IsInProgress => _isCallInProgress; 48if (_isCallInProgress)