2 implementations of Clear
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\ProtectedPrerenderComponentApplicationStore.cs (1)
43public void Clear()
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitHostTest.cs (1)
1696public void Clear() => dictionary.Clear();
1 reference to Clear
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
863store.Clear();