2 instantiations of SsrBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\21\BrowserOptionsJsonContext.SsrBrowserOptions.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.SsrBrowserOptions(),
BrowserConfiguration\BrowserOptions.cs (1)
28public SsrBrowserOptions Ssr { get; } = new();
24 references to SsrBrowserOptions
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.SsrBrowserOptions> 130AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserOptions).GetProperty("Ssr", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions), global::System.Array.Empty<global::System.Type>(), null), 133properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>(options, info3); 169global::Microsoft.AspNetCore.Components.SsrBrowserOptions __value_Ssr = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).Ssr;
_generated\21\BrowserOptionsJsonContext.SsrBrowserOptions.g.cs (18)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>? _SsrBrowserOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions> SsrBrowserOptions 22get => _SsrBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions> Create_SsrBrowserOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.SsrBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.SsrBrowserOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.SsrBrowserOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).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.SsrBrowserOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Components.SsrBrowserOptions)obj).PreserveDom, 61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.SsrBrowserOptions)obj).PreserveDom = value!, 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).GetProperty("PreserveDom", InstanceMemberBindingFlags, null, typeof(bool?), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions), 80Getter = static obj => ((global::Microsoft.AspNetCore.Components.SsrBrowserOptions)obj).CircuitInactivityTimeout, 81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.SsrBrowserOptions)obj).CircuitInactivityTimeout = value!, 88AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions).GetProperty("CircuitInactivityTimeout", InstanceMemberBindingFlags, null, typeof(global::System.TimeSpan?), global::System.Array.Empty<global::System.Type>(), null),
_generated\32\BrowserOptionsJsonContext.GetJsonTypeInfo.g.cs (1)
38if (type == typeof(global::Microsoft.AspNetCore.Components.SsrBrowserOptions))
BrowserConfiguration\BrowserOptions.cs (1)
28public SsrBrowserOptions Ssr { get; } = new();