2 instantiations of SystemClock
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (1)
159Clock = TimeProvider == TimeProvider.System ? SystemClock.Default : new SystemClock(TimeProvider);
SystemClock.cs (1)
26internal static SystemClock Default { get; } = new SystemClock();
3 references to SystemClock
Microsoft.AspNetCore.Authentication (3)
AuthenticationHandler.cs (1)
159Clock = TimeProvider == TimeProvider.System ? SystemClock.Default : new SystemClock(TimeProvider);
AuthenticationServiceCollectionExtensions.cs (1)
28services.TryAddSingleton<ISystemClock, SystemClock>();
SystemClock.cs (1)
26internal static SystemClock Default { get; } = new SystemClock();