3 references to TryGetDateTime
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Infrastructure\DefaultTempDataSerializer.cs (1)
48
else if (item.Value.
TryGetDateTime
(out var dateTime))
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
1068
if (!
TryGetDateTime
(out DateTime value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
152
success = Value.
TryGetDateTime
(out DateTime result);