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