1 write to _config
Microsoft.AspNetCore.Hosting (1)
WebHostBuilder.cs (1)
43
_config
= new ConfigurationBuilder()
6 references to _config
Microsoft.AspNetCore.Hosting (6)
WebHostBuilder.cs (6)
62
Configuration =
_config
73
return
_config
[key];
84
_config
[key] = value;
168
_config
,
222
_options = new WebHostOptions(
_config
);
279
.AddConfiguration(
_config
, shouldDisposeConfiguration: true);