1 write to ComponentId
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeDiff.cs (1)
28ComponentId = componentId;
24 references to ComponentId
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
824updatedComponentsId[i] = updatedComponentsArray[i].ComponentId; 834var componentState = GetOptionalComponentState(array[i].ComponentId);
Microsoft.AspNetCore.Components.Authorization.Tests (4)
AuthorizeRouteViewTest.cs (2)
236Assert.Equal(layoutDiff.ComponentId, nonEmptyDiff.ComponentId);
src\Components\Shared\test\CapturedBatch.cs (2)
27var componentId = diff.ComponentId; 37diff.ComponentId,
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
127var componentId = renderBatch.UpdatedComponents.Array[i].ComponentId;
Microsoft.AspNetCore.Components.Forms.Tests (2)
src\Components\Shared\test\CapturedBatch.cs (2)
27var componentId = diff.ComponentId; 37diff.ComponentId,
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
87_binaryWriter.Write(diff.ComponentId);
Microsoft.AspNetCore.Components.Tests (10)
RendererTest.cs (8)
2882Assert.Equal(rootComponentId, diff.ComponentId); 2894Assert.Equal(childComponentId, diff.ComponentId); 2906Assert.Equal(childComponentId, diff.ComponentId); 2985Assert.Equal(parentComponentId, diff1.ComponentId); 3003Assert.NotEqual(parentComponentId, diff2.ComponentId); 3011Assert.Equal(parentComponentId, diff3.ComponentId); 3019Assert.NotEqual(parentComponentId, diff4.ComponentId); 3104Assert.Equal(componentId, latestDiff.ComponentId);
src\Components\Shared\test\CapturedBatch.cs (2)
27var componentId = diff.ComponentId; 37diff.ComponentId,
Microsoft.AspNetCore.Components.Web.Tests (2)
src\Components\Shared\test\CapturedBatch.cs (2)
27var componentId = diff.ComponentId; 37diff.ComponentId,
Microsoft.AspNetCore.Components.WebView (1)
src\Components\Shared\src\RenderBatchWriter.cs (1)
87_binaryWriter.Write(diff.ComponentId);
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestDocument.cs (1)
31var componentId = diff.ComponentId;