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