3 references to GetUnderlyingRepresentation
System.Text.Json (3)
System\Text\Json\Nodes\JsonObject.cs (2)
85
GetUnderlyingRepresentation
(out OrderedDictionary<string, JsonNode?>? dictionary, out JsonElement? jsonElement);
139
GetUnderlyingRepresentation
(out OrderedDictionary<string, JsonNode?>? dictionary, out JsonElement? jsonElement);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
221
GetUnderlyingRepresentation
(out OrderedDictionary<string, JsonNode?>? dictionary, out JsonElement? jsonElement);