2 writes to LogLevel
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.BrowserOptions)obj).LogLevel = value!,
BrowserConfiguration\ConfigureBrowser.cs (1)
50target.LogLevel = source.LogLevel ?? target.LogLevel;
4 references to LogLevel
Microsoft.AspNetCore.Components.Endpoints (4)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.BrowserOptions)obj).LogLevel, 151global::Microsoft.Extensions.Logging.LogLevel? __value_LogLevel = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).LogLevel;
BrowserConfiguration\ConfigureBrowser.cs (2)
50target.LogLevel = source.LogLevel ?? target.LogLevel;