1 write to _config
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
42
_config
= new ConfigurationBuilder()
6 references to _config
Microsoft.AspNetCore.Hosting (6)
WebHostBuilder.cs (6)
61
Configuration =
_config
72
return
_config
[key];
83
_config
[key] = value;
167
_config
,
221
_options = new WebHostOptions(
_config
);
278
.AddConfiguration(
_config
, shouldDisposeConfiguration: true);