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