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