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