2 instantiations of InteractiveWebAssemblyBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\21\BrowserOptionsJsonContext.InteractiveWebAssemblyBrowserOptions.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
(),
BrowserConfiguration\BrowserOptions.cs (1)
27
public InteractiveWebAssemblyBrowserOptions InteractiveWebAssembly { get; } =
new
();
31 references to InteractiveWebAssemblyBrowserOptions
Microsoft.AspNetCore.Components.Endpoints (31)
_generated\19\BrowserOptionsJsonContext.BrowserOptions.g.cs (4)
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.BrowserOptions).GetProperty("InteractiveWebAssembly", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>(options, info1);
157
global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
__value_InteractiveWebAssembly = ((global::Microsoft.AspNetCore.Components.BrowserOptions)value).InteractiveWebAssembly;
_generated\21\BrowserOptionsJsonContext.InteractiveWebAssemblyBrowserOptions.g.cs (25)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>? _InteractiveWebAssemblyBrowserOptions;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
> InteractiveWebAssemblyBrowserOptions
22
get => _InteractiveWebAssemblyBrowserOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
> Create_InteractiveWebAssemblyBrowserOptions(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
).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.
InteractiveWebAssemblyBrowserOptions
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)obj).EnvironmentName,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)obj).EnvironmentName = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
).GetProperty("EnvironmentName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)obj).ApplicationCulture,
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)obj).ApplicationCulture = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
).GetProperty("ApplicationCulture", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)obj).EnvironmentVariables,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
).GetProperty("EnvironmentVariables", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IDictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
119
private void InteractiveWebAssemblyBrowserOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
? value)
129
string __value_EnvironmentName = ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)value).EnvironmentName;
134
string __value_ApplicationCulture = ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)value).ApplicationCulture;
139
global::System.Collections.Generic.IDictionary<string, string> __value_EnvironmentVariables = ((global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
)value).EnvironmentVariables;
_generated\34\BrowserOptionsJsonContext.GetJsonTypeInfo.g.cs (1)
38
if (type == typeof(global::Microsoft.AspNetCore.Components.
InteractiveWebAssemblyBrowserOptions
))
BrowserConfiguration\BrowserOptions.cs (1)
27
public
InteractiveWebAssemblyBrowserOptions
InteractiveWebAssembly { get; } = new();