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