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