2 references to IntProperty
Microsoft.AspNetCore.Components.Forms.Tests (2)
FieldIdentifierTest.cs (2)
184Expression<Func<object>> accessor = () => model.IntProperty; 187Assert.Equal(nameof(model.IntProperty), fieldIdentifier.FieldName);