5 references to WriteValue
rzc (5)
Json\JsonDataWriter.cs (5)
153public void WriteArray<T>(IReadOnlyList<T>? elements, WriteValue<T> writeElement) 175public void WriteArray<T>(string propertyName, IReadOnlyList<T>? elements, WriteValue<T> writeElement) 181public void WriteArray<T>(ImmutableArray<T> elements, WriteValue<T> writeElement) 195public void WriteArray<T>(string propertyName, ImmutableArray<T> elements, WriteValue<T> writeElement) 201public void WriteArrayIfNotDefaultOrEmpty<T>(string propertyName, ImmutableArray<T> elements, WriteValue<T> writeElement)