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