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