2 writes to ParameterDefinitions
Microsoft.AspNetCore.Components.WebAssembly (2)
src\Shared\Components\ComponentMarker.cs (1)
85ParameterDefinitions = parameterDefinitions;
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
199Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).ParameterDefinitions = value!,
4 references to ParameterDefinitions
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (1)
161var definitions = WebAssemblyComponentParameterDeserializer.GetParameterDefinitions(registeredComponent.ParameterDefinitions!);
Services\DefaultWebAssemblyJSRuntime.cs (1)
145var definitions = WebAssemblyComponentParameterDeserializer.GetParameterDefinitions(marker.ParameterDefinitions!);
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
198Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).ParameterDefinitions, 277string __value_ParameterDefinitions = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).ParameterDefinitions;