4 instantiations of ComponentParametersTypeCache
Microsoft.AspNetCore.Components.Server.Tests (4)
Circuits\CircuitHostTest.cs (1)
837
return new ServerComponentDeserializer(_ephemeralDataProtectionProvider, NullLogger<ServerComponentDeserializer>.Instance, new RootTypeCache(), new ComponentParameterDeserializer(NullLogger<ComponentParameterDeserializer>.Instance, new
ComponentParametersTypeCache
()));
Circuits\CircuitPersistenceManagerTest.cs (1)
466
new
ComponentParametersTypeCache
()));
Circuits\RemoteRendererTest.cs (1)
654
new
ComponentParametersTypeCache
()));
Circuits\ServerComponentDeserializerTest.cs (1)
509
new ComponentParameterDeserializer(NullLogger<ComponentParameterDeserializer>.Instance, new
ComponentParametersTypeCache
()));
3 references to ComponentParametersTypeCache
Microsoft.AspNetCore.Components.Server (3)
Circuits\ComponentParameterDeserializer.cs (2)
12
private readonly
ComponentParametersTypeCache
_parametersCache;
16
ComponentParametersTypeCache
parametersCache)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
72
services.TryAddSingleton<
ComponentParametersTypeCache
>();