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