2 instantiations of StaticServerBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\22\BrowserOptionsJsonContext.StaticServerBrowserOptions.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions(),
BrowserConfiguration\BrowserOptions.cs (1)
35public StaticServerBrowserOptions StaticServer { get; } = new();
24 references to StaticServerBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (24)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (4)
115var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions> 130AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserOptions).GetProperty("StaticServer", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions), global::System.Array.Empty<global::System.Type>(), null), 133properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions>(options, info3); 169global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions __value_StaticServer = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).StaticServer;
_generated\22\BrowserOptionsJsonContext.StaticServerBrowserOptions.g.cs (18)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions>? _StaticServerBrowserOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions> StaticServerBrowserOptions 22get => _StaticServerBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions> Create_StaticServerBrowserOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions)obj).PreserveDom, 61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions)obj).PreserveDom = value!, 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions).GetProperty("PreserveDom", InstanceMemberBindingFlags, null, typeof(bool?), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions), 80Getter = static obj => ((global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions)obj).CircuitInactivityTimeout, 81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions)obj).CircuitInactivityTimeout = value!, 88AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions).GetProperty("CircuitInactivityTimeout", InstanceMemberBindingFlags, null, typeof(global::System.TimeSpan?), global::System.Array.Empty<global::System.Type>(), null),
_generated\34\BrowserOptionsJsonContext.GetJsonTypeInfo.g.cs (1)
42if (type == typeof(global::Microsoft.AspNetCore.Components.StaticServerBrowserOptions))
BrowserConfiguration\BrowserOptions.cs (1)
35public StaticServerBrowserOptions StaticServer { get; } = new();