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