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