2 references to TextEquals
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
329result = TextEquals(index, otherUtf8Text.Slice(0, written), isPropertyName, shouldUnescape: true);
System\Text\Json\Document\JsonElement.cs (1)
1517return _parent.TextEquals(_idx, utf8Text, isPropertyName, shouldUnescape);