BrowserConfigurationJsonContext.BrowserConfiguration.g.cs (5)
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration).GetProperty("LogLevel", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration).GetProperty("WebAssembly", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions), global::System.Array.Empty<global::System.Type>(), null),
108AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration).GetProperty("Server", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions), global::System.Array.Empty<global::System.Type>(), null),
130AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserConfiguration).GetProperty("Ssr", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions), global::System.Array.Empty<global::System.Type>(), null),
BrowserConfigurationJsonContext.ServerBrowserOptions.g.cs (4)
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions).GetProperty("ReconnectionMaxRetries", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions).GetProperty("ReconnectionRetryIntervalMilliseconds", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
106AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.ServerBrowserOptions).GetProperty("ReconnectionDialogId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
BrowserConfigurationJsonContext.SsrBrowserOptions.g.cs (3)
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).GetProperty("DisableDomPreservation", InstanceMemberBindingFlags, null, typeof(bool?), global::System.Array.Empty<global::System.Type>(), null),
86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).GetProperty("CircuitInactivityTimeoutMs", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null),
BrowserConfigurationJsonContext.WebAssemblyBrowserOptions.g.cs (4)
35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions).GetProperty("EnvironmentName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions).GetProperty("ApplicationCulture", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
106AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.WebAssemblyBrowserOptions).GetProperty("EnvironmentVariables", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),