3 references to ReadProperties
rzc (3)
Json\JsonDataReader.cs (3)
138public T ReadNonNullObject<T>(ReadProperties<T> readProperties) 141public T ReadNonNullObject<T>(string propertyName, ReadProperties<T> readProperties) 147public T ReadNonNullObjectOrDefault<T>(string propertyName, ReadProperties<T> readProperties, T defaultValue)