5 references to PermutationListEntry
Microsoft.AspNetCore.Components (3)
RenderTree\RenderTreeEdit.cs (2)
35
/// If the <see cref="Type"/> value is <see cref="RenderTreeEditType.
PermutationListEntry
"/>,
102
=> new RenderTreeEdit(RenderTreeEditType.
PermutationListEntry
, fromSiblingIndex, toSiblingIndex);
RenderTree\RenderTreeEditType.cs (1)
66
/// Indicates that the preceding series of <see cref="
PermutationListEntry
"/> entries
Microsoft.AspNetCore.Components.Tests (1)
RenderTreeDiffBuilderTest.cs (1)
2552
Assert.Equal(RenderTreeEditType.
PermutationListEntry
, edit.Type);
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
176
case RenderTreeEditType.
PermutationListEntry
: