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