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)
112
get => _parsingFailed ?
_incomingValueBeforeParsing
: FormatValueAsString(CurrentValue);