2 writes to Updated
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\CircuitHostTest.cs (2)
1313dynamicallyAddedComponent1.Updated = new ManualResetEvent(false); 1316dynamicallyAddedComponent2.Updated = new ManualResetEvent(false);
3 references to Updated
Microsoft.AspNetCore.Components.Server.Tests (3)
Circuits\CircuitHostTest.cs (3)
1321dynamicallyAddedComponent1.Updated.WaitOne(); 1322dynamicallyAddedComponent2.Updated.WaitOne(); 1638Updated?.Set();