4 instantiations of JSComponentConfigurationStore
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
16 private readonly JSComponentConfigurationStore _jSComponents = new();
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebView.Wpf (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
62 references to JSComponentConfigurationStore
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.Web (51)
_generated\1\WebRendererSerializerContext.JSComponentParameter.g.cs (20)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter>? _JSComponentParameter; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter> JSComponentParameter 22get => _JSComponentParameter ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter> Create_JSComponentParameter(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter> 31ObjectCreator = () => new global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter(), 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter).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.Web.JSComponentConfigurationStore.JSComponentParameter>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter), 60Getter = static obj => ((global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)obj).Name, 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 79DeclaringType = typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter), 81Getter = static obj => ((global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)obj).Type, 89AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 100private void JSComponentParameterSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter value) 104writer.WriteString(PropName_Name, ((global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)value).Name); 105writer.WriteString(PropName_Type, ((global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)value).Type);
_generated\11\WebRendererSerializerContext.GetJsonTypeInfo.g.cs (3)
22if (type == typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter)) 26if (type == typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[])) 30if (type == typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>))
_generated\2\WebRendererSerializerContext.JSComponentParameterArray.g.cs (10)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>? _JSComponentParameterArray; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]> JSComponentParameterArray 22get => _JSComponentParameterArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[])); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]> Create_JSComponentParameterArray(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]> jsonTypeInfo)) 29var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]> 37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateArrayInfo<global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter>(options, info); 47private void JSComponentParameterArraySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]? value)
_generated\3\WebRendererSerializerContext.DictionaryStringJSComponentParameterArray.g.cs (13)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>>? _DictionaryStringJSComponentParameterArray; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>> DictionaryStringJSComponentParameterArray 22get => _DictionaryStringJSComponentParameterArray ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>> Create_DictionaryStringJSComponentParameterArray(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>> jsonTypeInfo)) 29var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>> 31ObjectCreator = () => new global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>(), 37jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateDictionaryInfo<global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>, string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>(options, info); 47private void DictionaryStringJSComponentParameterArraySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.Dictionary<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]>? value) 57foreach (global::System.Collections.Generic.KeyValuePair<string, global::Microsoft.AspNetCore.Components.Web.JSComponentConfigurationStore.JSComponentParameter[]> entry in value)
JSComponents\IJSComponentConfiguration.cs (1)
14JSComponentConfigurationStore JSComponents { get; }
JSComponents\JSComponentInterop.cs (3)
39internal JSComponentConfigurationStore Configuration { get; } 48/// <param name="configuration">The <see cref="JSComponentConfigurationStore" /></param> 49public JSComponentInterop(JSComponentConfigurationStore configuration)
WebRenderer.cs (1)
188[JsonSerializable(typeof(Dictionary<string, JSComponentConfigurationStore.JSComponentParameter[]>))]
Microsoft.AspNetCore.Components.WebView.Maui (6)
BlazorWebView.cs (2)
16 private readonly JSComponentConfigurationStore _jSComponents = new(); 27 JSComponentConfigurationStore IBlazorWebView.JSComponents => _jSComponents;
IBlazorWebView.cs (2)
33 /// Gets the <see cref="JSComponentConfigurationStore"/>. 35 JSComponentConfigurationStore JSComponents { get; }
RootComponentsCollection.cs (2)
15 public RootComponentsCollection(JSComponentConfigurationStore jsComponents) 21 public JSComponentConfigurationStore JSComponents { get; }
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
91 JSComponentConfigurationStore jsComponents,
Microsoft.AspNetCore.Components.WebView.Wpf (2)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
91 JSComponentConfigurationStore jsComponents,