3 references to ValueSpan
System.Text.Json (3)
System\Text\Json\Document\JsonElement.cs (3)
1287return JsonReaderHelper.UnescapeAndCompareBothInputs(element1.ValueSpan, element2.ValueSpan); 1294return element1.ValueEquals(element2.ValueSpan);