2 instantiations of BoundPropertyComponent
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
4329
var component = new
BoundPropertyComponent
{ BoundString = oldValue };
4376
var component = new
BoundPropertyComponent
{ BoundString = "old property value" };
2 references to BoundPropertyComponent
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
4329
var
component = new BoundPropertyComponent { BoundString = oldValue };
4376
var
component = new BoundPropertyComponent { BoundString = "old property value" };