2 writes to ShouldUseFieldIdentifiers
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\EditFormTest.cs (1)
86var editContext = new EditContext(new TestModel()) { ShouldUseFieldIdentifiers = createFieldPath };
Forms\InputRadioTest.cs (1)
35ShouldUseFieldIdentifiers = false,
1 reference to ShouldUseFieldIdentifiers
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
245_shouldGenerateFieldNames = EditContext.ShouldUseFieldIdentifiers;