2 writes to Operations
Microsoft.AspNetCore.Components.WebAssembly (2)
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (2)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Components.RootComponentOperationBatch(){ Operations = (global::Microsoft.AspNetCore.Components.RootComponentOperation[])args[0] }, 79Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)obj).Operations = value!,
9 references to Operations
Microsoft.AspNetCore.Components.WebAssembly (9)
Hosting\WebAssemblyHost.cs (2)
190var initialOperationCount = initialOperationBatch?.Operations.Length ?? 0; 228var operations = operationBatch.Operations;
Rendering\WebAssemblyRenderer.cs (2)
66for (var i = 0; i < batch.Operations.Length; i++) 68var operation = batch.Operations[i];
Services\DefaultWebAssemblyJSRuntime.cs (2)
121for (var i = 0; i < deserialized.Operations.Length; i++) 123var operation = deserialized.Operations[i];
src\Components\Shared\src\RootComponentOperationBatch.cs (1)
17return $"{nameof(RootComponentOperationBatch)}: {BatchId}, Operations Count: {Operations.Length}";
WebAssemblyJsonSerializerContext.RootComponentOperationBatch.g.cs (2)
78Getter = static obj => ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)obj).Operations, 110global::Microsoft.AspNetCore.Components.RootComponentOperation[] __value_Operations = ((global::Microsoft.AspNetCore.Components.RootComponentOperationBatch)value).Operations;