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