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" }; 5977BoundString = (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); 5974builder.AddAttribute(1, nameof(BoundString), BoundString); 5981builder.SetUpdatesAttributeName(nameof(BoundString));