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)
1681ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker); 2174ThrowHelper.ThrowJsonReaderException(ref this, ExceptionResource.FoundInvalidCharacter, marker);
System\Text\Json\ThrowHelper.cs (1)
455case ExceptionResource.FoundInvalidCharacter: