4 references to ElementReferenceCaptureId
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
183WriteString(frame.ElementReferenceCaptureId, allowDeduplication: false);
Microsoft.AspNetCore.Components.Tests (2)
RenderTreeDiffBuilderTest.cs (2)
1863Assert.Equal(ref1.Id, frame.ElementReferenceCaptureId); 1868Assert.Equal(ref2.Id, frame.ElementReferenceCaptureId);
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
183WriteString(frame.ElementReferenceCaptureId, allowDeduplication: false);