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