4 references to TrySkipPartial
System.Text.Json (4)
System\Text\Json\JsonHelpers.cs (1)
91
bool complete = reader.
TrySkipPartial
();
System\Text\Json\Serialization\Converters\Union\JsonUnionConverter.cs (1)
92
if (!readerCopy.
TrySkipPartial
())
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (2)
39
if (!bufferCheck.
TrySkipPartial
())
86
if (!checkpoint.
TrySkipPartial
())