4 writes to StringProperty
Microsoft.AspNetCore.Components.Server.Tests (4)
ProtectedBrowserStorageTest.cs (4)
25var data = new TestModel { StringProperty = "Hello", IntProperty = 123 }; 51var data = new TestModel { StringProperty = "Hello", IntProperty = 123 }; 100var data = new TestModel { StringProperty = "Hello", IntProperty = 123 }; 127var data = new TestModel { StringProperty = "Hello", IntProperty = 123 };
2 references to StringProperty
Microsoft.AspNetCore.Components.Server.Tests (2)
ProtectedBrowserStorageTest.cs (2)
112Assert.Equal("Hello", result.Value.StringProperty); 139Assert.Equal("Hello", result.Value.StringProperty);