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