4 references to ReadString
rzc (4)
Json\JsonDataReader.cs (3)
103return ReadString(); 107=> TryReadPropertyName(propertyName) ? ReadString() : null; 122JsonValueKind.String => ReadString(),
Json\ObjectReaders_TagHelpers.cs (1)
209return reader.ReadString() switch