3 references to Create
System.Text.Json (3)
System\Text\Json\Document\JsonDocument.Parse.cs (3)
677
s_falseLiteral ??=
Create
(JsonConstants.FalseValue.ToArray());
680
s_trueLiteral ??=
Create
(JsonConstants.TrueValue.ToArray());
684
s_nullLiteral ??=
Create
(JsonConstants.NullValue.ToArray());