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