3 references to TryGetDouble
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
99
if (element.
TryGetDouble
(out var doubleValue))
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
892
if (!
TryGetDouble
(out double value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
79
success = Value.
TryGetDouble
(out double result);