3 references to IsActive
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
30if (!IsActive)
ValueStopwatchTest.cs (2)
15Assert.False(default(ValueStopwatch).IsActive); 21Assert.True(ValueStopwatch.StartNew().IsActive);