3 references to RemoveAttribute
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeDiffBuilder.cs (1)
859
diffContext.Edits.Append(RenderTreeEdit.
RemoveAttribute
(diffContext.SiblingIndex, oldFrame.AttributeNameField));
Microsoft.AspNetCore.Components.Server.Tests (2)
Circuits\RenderBatchWriterTest.cs (2)
148
RenderTreeEdit.
RemoveAttribute
(104, "Some removed attribute"),
153
RenderTreeEdit.
RemoveAttribute
(110, "Some removed attribute"), // To test deduplication