1 write to _timer
Microsoft.AspNetCore.Components.Tests (1)
OwningComponentBaseTest.cs (1)
211_timer = new System.Threading.Timer(_ => { }, null, Timeout.Infinite, Timeout.Infinite);
1 reference to _timer
Microsoft.AspNetCore.Components.Tests (1)
OwningComponentBaseTest.cs (1)
220_timer?.Dispose();