2 writes to _shouldGenerateFieldNames
Microsoft.AspNetCore.Components.Web (2)
Forms\InputBase.cs (2)
245
_shouldGenerateFieldNames
= EditContext.ShouldUseFieldIdentifiers;
250
_shouldGenerateFieldNames
= !OperatingSystem.IsBrowser();
1 reference to _shouldGenerateFieldNames
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
208
if (
_shouldGenerateFieldNames
)