1 write to _config
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
41
_config
= new ConfigurationBuilder()
6 references to _config
Microsoft.AspNetCore.Hosting (6)
WebHostBuilder.cs (6)
60
Configuration =
_config
71
return
_config
[key];
82
_config
[key] = value;
166
_config
,
220
_options = new WebHostOptions(
_config
);
277
.AddConfiguration(
_config
, shouldDisposeConfiguration: true);