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