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