12 references to _startupConfigName
Microsoft.AspNetCore.Hosting (12)
GenericHost\GenericWebHostBuilder.cs (12)
173_builder.Properties[_startupConfigName] = startupType; 178if (_builder.Properties.TryGetValue(_startupConfigName, out var startupObject) && 181_builder.Properties.Remove(_startupConfigName); 198_builder.Properties[_startupConfigName] = startupFactory; 206if (_builder.Properties.TryGetValue(_startupConfigName, out var startupObject) && 209_builder.Properties.Remove(_startupConfigName); 323_builder.Properties[_startupConfigName] = configure; 327if (_builder.Properties.TryGetValue(_startupConfigName, out var startupObject) && 330_builder.Properties.Remove(_startupConfigName); 348_builder.Properties[_startupConfigName] = configure; 352if (_builder.Properties.TryGetValue(_startupConfigName, out var startupObject) && 355_builder.Properties.Remove(_startupConfigName);