1 write to Name
Microsoft.AspNetCore.Components.Tests (1)
PersistentState\PersistentServicesRegistryTest.cs (1)
349
Name
= "John Doe",
2 references to Name
Microsoft.AspNetCore.Components.Tests (2)
PersistentState\PersistentServicesRegistryTest.cs (2)
383
Assert.Equal(customer.
Name
, restoredCustomerService.Customer.
Name
);