4 references to WriteNull
System.Text.Json (4)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (1)
80
WriteNull
(propertyName.AsSpan());
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (3)
497
WriteNull
(propertyName.AsSpan());
822
/// as if <see cref="
WriteNull
(System.ReadOnlySpan{char})"/> was called.
829
WriteNull
(propertyName);