2 references to ContextOptions
Microsoft.AspNetCore.BrowserTesting (2)
BrowserManagerConfiguration.cs (2)
66Combine(GetContextOptions(browser.ToString()), ContextOptions.TryGetValue(contextName, out var context) ? context : throw new InvalidOperationException("Invalid context name")); 121ContextOptions.Add(option.Key, LoadContextOptions(option));