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