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