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