3 references to LoadContextOptions
Microsoft.AspNetCore.BrowserTesting (3)
BrowserManagerConfiguration.cs (3)
88GlobalContextOptions = LoadContextOptions(configuration.GetSection(nameof(GlobalContextOptions))); 113defaultContextOptionsSection.Exists() ? LoadContextOptions(defaultContextOptionsSection) : null); 121ContextOptions.Add(option.Key, LoadContextOptions(option));