4 references to Add
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHost.cs (3)
834
if (operation.Type != RootComponentOperationType.
Add
)
836
throw new InvalidOperationException($"The first set of update operations must always be of type {nameof(RootComponentOperationType.
Add
)}");
901
case RootComponentOperationType.
Add
:
Circuits\CircuitPersistenceManager.cs (1)
135
if (operation.Type != RootComponentOperationType.
Add
)