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