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();