5 references to IntProp
Microsoft.AspNetCore.Components.Tests (5)
DynamicComponentTest.cs (5)
72{ nameof(TestComponent.IntProp), 123 }, 94AssertFrame.Attribute(batch.ReferenceFrames[1], nameof(TestComponent.IntProp), 123, 1); 110{ nameof(TestComponent.IntProp), 123 }, 125Assert.Equal(123, ((TestComponent)instance.Instance).IntProp); 135builder.AddContent(0, $"Hello from TestComponent with IntProp={IntProp}");