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