2 writes to ParameterDefinitions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (1)
201Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).ParameterDefinitions = value!,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
85ParameterDefinitions = parameterDefinitions;
2 references to ParameterDefinitions
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\37\ServerComponentJsonContext.ComponentMarker.g.cs (2)
200Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).ParameterDefinitions, 251writer.WriteString(PropName_ParameterDefinitions, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).ParameterDefinitions);