2 writes to Updated
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\CircuitHostTest.cs (2)
768dynamicallyAddedComponent1.Updated = new ManualResetEvent(false); 771dynamicallyAddedComponent2.Updated = new ManualResetEvent(false);
3 references to Updated
Microsoft.AspNetCore.Components.Server.Tests (3)
Circuits\CircuitHostTest.cs (3)
776dynamicallyAddedComponent1.Updated.WaitOne(); 777dynamicallyAddedComponent2.Updated.WaitOne(); 1093Updated?.Set();