1 write to _frames
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
383
_frames
= frames;
3 references to _frames
Microsoft.AspNetCore.Components (3)
ParameterView.cs (3)
385
_ownerDescendantsEndIndexExcl = ownerIndex +
_frames
[ownerIndex].ElementSubtreeLengthField;
403
if (
_frames
[nextIndex].FrameTypeField != RenderTreeFrameType.Attribute)
410
ref var frame = ref
_frames
[_currentIndex];