2 instantiations of RenderTreeAttribute
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (2)
195
result = new
RenderTreeAttribute
222
result = new
RenderTreeAttribute
10 references to RenderTreeAttribute
Microsoft.AspNetCore.Components.Endpoints (10)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (10)
71
if (TrySerializeAttribute(attrFrame, position, currentCapture, logger, ownerComponentType, out
var
attr))
120
if (TrySerializeAttribute(attrFrame, position, currentCapture, logger, ownerComponentType, out
var
attr))
181
[NotNullWhen(true)] out
RenderTreeAttribute
? result)
324
private static void DeserializeAttributes(RenderTreeBuilder builder, List<
RenderTreeAttribute
>? attributes, JsonSerializerOptions? jsonOptions, ComponentParametersTypeCache typeCache)
331
foreach (
var
attr in attributes)
340
private static void DeserializeComponentParameters(RenderTreeBuilder builder, List<
RenderTreeAttribute
>? parameters, JsonSerializerOptions? jsonOptions, ComponentParametersTypeCache typeCache)
347
foreach (
var
param in parameters)
355
private static object? DeserializeAttributeValue(
RenderTreeAttribute
attr, JsonSerializerOptions? jsonOptions, ComponentParametersTypeCache typeCache)
431
public List<
RenderTreeAttribute
>? Attributes { get; set; }
452
public List<
RenderTreeAttribute
>? ComponentParameters { get; set; }