5 references to FoundInvalidCharacter
System.Text.Json (5)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
1833ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker); 2303ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
1674ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker); 2167ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker);
System\Text\Json\ThrowHelper.cs (1)
434case ExceptionResource.FoundInvalidCharacter: