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