6 references to ToRootComponentOperationBatch
Microsoft.AspNetCore.Components.Server (1)
ComponentHub.cs (1)
182operations = CircuitPersistenceManager.ToRootComponentOperationBatch(
Microsoft.AspNetCore.Components.Server.Tests (5)
Circuits\CircuitPersistenceManagerTest.cs (5)
289var result = CircuitPersistenceManager.ToRootComponentOperationBatch(deserializer.Object, new Dictionary<int, WebRootComponentDescriptor>(), "ops"); 305var result = CircuitPersistenceManager.ToRootComponentOperationBatch(deserializer.Object, new Dictionary<int, WebRootComponentDescriptor>(), "ops"); 318var result = CircuitPersistenceManager.ToRootComponentOperationBatch(deserializer.Object, new Dictionary<int, WebRootComponentDescriptor>(), "ops"); 335var result = CircuitPersistenceManager.ToRootComponentOperationBatch(deserializer.Object, rootComponentDescriptors, "ops"); 352var result = CircuitPersistenceManager.ToRootComponentOperationBatch(deserializer.Object, rootComponentDescriptors, "ops");