3 writes to BoundString
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
4330var component = new BoundPropertyComponent { BoundString = oldValue }; 4377var component = new BoundPropertyComponent { BoundString = "old property value" }; 6101BoundString = (string)eventArgs.Value;
5 references to BoundString
Microsoft.AspNetCore.Components.Tests (5)
RendererTest.cs (5)
4353Assert.Equal("new property value", component.BoundString); 4405Assert.Equal(newPropertyValue, component.BoundString); 6098builder.AddAttribute(1, nameof(BoundString), BoundString); 6105builder.SetUpdatesAttributeName(nameof(BoundString));