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