2 writes to ComponentReferenceCaptureActionField
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeFrame.cs (1)
386
ComponentReferenceCaptureActionField
= componentReferenceCaptureAction;
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
119
ComponentReferenceCaptureActionField
= componentReferenceCaptureAction,
2 references to ComponentReferenceCaptureActionField
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeDiffBuilder.cs (1)
1008
newFrame.
ComponentReferenceCaptureActionField
(componentInstance);
RenderTree\RenderTreeFrame.cs (1)
246
public Action<object> ComponentReferenceCaptureAction =>
ComponentReferenceCaptureActionField
;