2 references to FileLoadExceptionHandlerKey
Microsoft.Extensions.Configuration.FileExtensions (2)
FileConfigurationExtensions.cs (2)
73
builder.Properties[
FileLoadExceptionHandlerKey
] = handler;
86
if (builder.Properties.TryGetValue(
FileLoadExceptionHandlerKey
, out object? handler))