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