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