2 writes to ElementReferenceCaptureActionField
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeFrame.cs (1)
376ElementReferenceCaptureActionField = elementReferenceCaptureAction;
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
104ElementReferenceCaptureActionField = elementReferenceCaptureAction,
3 references to ElementReferenceCaptureActionField
Microsoft.AspNetCore.Components (3)
RenderTree\RenderTreeDiffBuilder.cs (1)
989newFrame.ElementReferenceCaptureActionField(newElementReference);
RenderTree\RenderTreeFrame.cs (2)
221public Action<ElementReference> ElementReferenceCaptureAction => ElementReferenceCaptureActionField; 448=> new RenderTreeFrame(SequenceField, elementReferenceCaptureAction: ElementReferenceCaptureActionField, elementReferenceCaptureId);