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