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