2 references to ParseValue
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.Parse.cs (1)
189
return
ParseValue
(json.AsSpan(), options);
System\Text\Json\Document\JsonElement.Parse.cs (1)
100
JsonDocument document = JsonDocument.
ParseValue
(json, options);