1 write to BatchId
Microsoft.AspNetCore.Components.WebAssembly (1)
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (1)
59
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)obj).
BatchId
= value!,
5 references to BatchId
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
244
renderer.NotifyEndUpdateRootComponents(operationBatch.
BatchId
);
Rendering\WebAssemblyRenderer.cs (1)
93
NotifyEndUpdateRootComponents(batch.
BatchId
);
src\Components\Shared\src\RootComponentOperationBatch.cs (1)
17
return $"{nameof(RootComponentOperationBatch)}: {
BatchId
}, Operations Count: {Operations.Length}";
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)obj).
BatchId
,
109
writer.WriteNumber(PropName_batchId, ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)value).
BatchId
);