Microsoft.Extensions.Internal Namespace

namespace Microsoft.Extensions.Internal

Interfaces

interface ISystemClock
Abstracts the system clock to facilitate testing.

Classes

class GcNotification
Registers a callback that fires each time a Gen2 garbage collection occurs, presumably due to memory pressure. For this to work no components can have a reference to the instance.
class SystemClock
Provides access to the normal system clock.