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