2 references to TryGetSingle
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
965if (!TryGetSingle(out float value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
107success = Value.TryGetSingle(out float result);