8 references to ParseValue
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
Internal\Json\AnyConverter.cs (1)
23
using var d = JsonDocument.
ParseValue
(ref reader);
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Protocol\Converters\ParameterInformationConverter.cs (1)
18
using var document = JsonDocument.
ParseValue
(ref reader);
Protocol\Converters\SumConverter.cs (1)
204
using var document = JsonDocument.
ParseValue
(ref reader);
Protocol\Internal\Converters\ClassifiedTextRunConverter.cs (1)
19
var data = JsonDocument.
ParseValue
(ref reader).RootElement;
Protocol\Internal\Converters\ImageIdConverter.cs (1)
19
using var document = JsonDocument.
ParseValue
(ref reader);
Protocol\Internal\Converters\ObjectContentConverter.cs (1)
48
using var jsonDocument = JsonDocument.
ParseValue
(ref reader);
System.Text.Json (2)
System\Text\Json\Nodes\JsonValue.cs (1)
147
backingDocument = JsonDocument.
ParseValue
(ref reader);
System\Text\Json\Serialization\Converters\Value\JsonDocumentConverter.cs (1)
15
return JsonDocument.
ParseValue
(ref reader);