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