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