4 writes to Type
Microsoft.AspNetCore.Components (4)
RenderTree\RenderTreeEdit.cs (4)
51
Type
= type;
56
Type
= type;
62
Type
= type;
72
Type
= type;
5 references to Type
Microsoft.AspNetCore.Components (4)
RenderTree\RenderTreeDiffBuilder.cs (1)
960
if (previousIndex >= 0 && diffContext.Edits.Buffer[previousIndex].
Type
== RenderTreeEditType.StepIn)
RenderTree\RenderTreeEdit.cs (3)
29
/// <see cref="
Type
"/> value is <see cref="RenderTreeEditType.PrependFrame"/>, gets the
35
/// If the <see cref="
Type
"/> value is <see cref="RenderTreeEditType.PermutationListEntry"/>,
44
/// If the <see cref="
Type
"/> value is <see cref="RenderTreeEditType.RemoveAttribute"/>,
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
106
_binaryWriter.Write((int)edit.
Type
);