8 references to WindowsContainerSnapshotProvider
Microsoft.Extensions.Diagnostics.ResourceMonitoring (8)
ResourceMonitoringServiceCollectionExtensions.cs (1)
104builder.Services.TryAddSingleton<ISnapshotProvider, WindowsContainerSnapshotProvider>();
Windows\WindowsContainerSnapshotProvider.cs (7)
30private readonly ILogger<WindowsContainerSnapshotProvider> _logger; 46/// Initializes a new instance of the <see cref="WindowsContainerSnapshotProvider"/> class. 49ILogger<WindowsContainerSnapshotProvider>? logger, 58/// Initializes a new instance of the <see cref="WindowsContainerSnapshotProvider"/> class. 60/// <remarks>This constructor enables the mocking of <see cref="WindowsContainerSnapshotProvider"/> dependencies for the purpose of Unit Testing only.</remarks> 66ILogger<WindowsContainerSnapshotProvider>? logger, 72_logger = logger ?? NullLogger<WindowsContainerSnapshotProvider>.Instance;