4 references to GCInfoOptions
HealthChecksSample (4)
GCInfoHealthCheck.cs (4)
30builder.Services.Configure<GCInfoOptions>(name, options => 42private readonly IOptionsMonitor<GCInfoOptions> _options; 44public GCInfoHealthCheck(IOptionsMonitor<GCInfoOptions> options) 51var options = _options.Get(context.Registration.Name);