1 write to Configuration
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentInterop.cs (1)
51
Configuration
= configuration;
3 references to Configuration
Microsoft.AspNetCore.Components.Web (3)
JSComponents\JSComponentInterop.cs (1)
68
if (!
Configuration
.TryGetComponentType(identifier, out var componentType))
WebRenderer.cs (2)
112
jsComponentInterop.
Configuration
.JSComponentParametersByIdentifier,
113
jsComponentInterop.
Configuration
.JSComponentIdentifiersByInitializer,