1 instantiation of CustomSerializerTestComponent
Microsoft.AspNetCore.Components.Tests (1)
PersistentValueProviderComponentSubscriptionTests.cs (1)
299var component = new CustomSerializerTestComponent { CustomValue = new CustomData { Value = "initial" } };
3 references to CustomSerializerTestComponent
Microsoft.AspNetCore.Components.Tests (3)
PersistentValueProviderComponentSubscriptionTests.cs (3)
299var component = new CustomSerializerTestComponent { CustomValue = new CustomData { Value = "initial" } }; 303var key = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(CustomSerializerTestComponent.CustomValue)); 312nameof(CustomSerializerTestComponent.CustomValue),