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