2 writes to _incomingValueBeforeParsing
Microsoft.AspNetCore.Components.Web (2)
Forms\InputBase.cs (2)
116_incomingValueBeforeParsing = value; 296_incomingValueBeforeParsing = attemptedValue;
1 reference to _incomingValueBeforeParsing
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
112get => _parsingFailed ? _incomingValueBeforeParsing : FormatValueAsString(CurrentValue);