2 instantiations of InteractiveServerBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions(),
BrowserConfiguration\BrowserOptions.cs (1)
25public InteractiveServerBrowserOptions Server { get; } = new();
28 references to InteractiveServerBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (28)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (4)
94var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions> 109AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserOptions).GetProperty("Server", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions), global::System.Array.Empty<global::System.Type>(), null), 112properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions>(options, info2); 163global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions __value_Server = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).Server;
_generated\20\BrowserOptionsJsonContext.InteractiveServerBrowserOptions.g.cs (22)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions>? _InteractiveServerBrowserOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions> InteractiveServerBrowserOptions 22get => _InteractiveServerBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions> Create_InteractiveServerBrowserOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions).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.InteractiveServerBrowserOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionMaxRetries, 61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionMaxRetries = value!, 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions).GetProperty("ReconnectionMaxRetries", InstanceMemberBindingFlags, null, typeof(int?), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions), 80Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionRetryInterval, 81Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionRetryInterval = value!, 88AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions).GetProperty("ReconnectionRetryInterval", InstanceMemberBindingFlags, null, typeof(global::System.TimeSpan?), global::System.Array.Empty<global::System.Type>(), null), 98DeclaringType = typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions), 100Getter = static obj => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionDialogId, 101Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions)obj).ReconnectionDialogId = value!, 108AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions).GetProperty("ReconnectionDialogId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
_generated\32\BrowserOptionsJsonContext.GetJsonTypeInfo.g.cs (1)
34if (type == typeof(global::Microsoft.AspNetCore.Components.InteractiveServerBrowserOptions))
BrowserConfiguration\BrowserOptions.cs (1)
25public InteractiveServerBrowserOptions Server { get; } = new();