6 references to FakeComponent2
Microsoft.AspNetCore.Components.Tests (6)
RenderTreeDiffBuilderTest.cs (6)
814newTree.OpenComponent<FakeComponent2>(123); 828Assert.IsType<FakeComponent2>(batchBuilder.ReferenceFramesBuffer.Buffer[entry.ReferenceFrameIndex].Component); 1558newTree.OpenComponent<FakeComponent2>(13); // 3: <FakeComponent2> 1581AssertFrame.ComponentWithInstance<FakeComponent2>(renderBatch.ReferenceFrames.Array[1], 1, null, 13); 1617oldTree.OpenComponent<FakeComponent2>(13); // 3: <FakeComponent2> 1624newTree.OpenComponent<FakeComponent2>(13); // 3: <FakeComponent2>