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