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