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