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