9 references to NullValue
System.Text.Json (9)
System\Text\Json\Document\JsonDocument.Parse.cs (1)
684s_nullLiteral ??= Create(JsonConstants.NullValue.ToArray());
System\Text\Json\Reader\Utf8JsonReader.cs (1)
1074return ConsumeLiteral(JsonConstants.NullValue, JsonTokenType.Null);
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (1)
434return ConsumeLiteralMultiSegment(JsonConstants.NullValue, JsonTokenType.Null);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (5)
22WriteLiteralHelper(propertyName.EncodedUtf8Bytes, JsonConstants.NullValue); 33WriteLiteralHelper(escapedName, JsonConstants.NullValue); 40ReadOnlySpan<byte> span = JsonConstants.NullValue; 100ReadOnlySpan<byte> span = JsonConstants.NullValue; 125ReadOnlySpan<byte> span = JsonConstants.NullValue;
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Literal.cs (1)
18WriteLiteralByOptions(JsonConstants.NullValue);