2 writes to ComponentReferenceCaptureParentFrameIndexField
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeFrame.cs (1)
387
ComponentReferenceCaptureParentFrameIndexField
= parentFrameIndex;
RenderTree\RenderTreeFrameArrayBuilder.cs (1)
120
ComponentReferenceCaptureParentFrameIndexField
= parentFrameIndexValue,
2 references to ComponentReferenceCaptureParentFrameIndexField
Microsoft.AspNetCore.Components (2)
RenderTree\RenderTreeDiffBuilder.cs (1)
994
ref var parentFrame = ref diffContext.NewTree[newFrame.
ComponentReferenceCaptureParentFrameIndexField
];
RenderTree\RenderTreeFrame.cs (1)
240
public int ComponentReferenceCaptureParentFrameIndex =>
ComponentReferenceCaptureParentFrameIndexField
;