28 references to LocalDateTime
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\SqlUtils.cs (3)
930return XsdKatmaiDateOffsetToDateTimeOffset(data, offset).LocalDateTime; 936return XsdKatmaiDateTimeOffsetToDateTimeOffset(data, offset).LocalDateTime; 942return XsdKatmaiTimeOffsetToDateTimeOffset(data, offset).LocalDateTime;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
311WriteValue(value.LocalDateTime);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
882return value.LocalDateTime;
Microsoft.AspNetCore.Components.Tests (1)
Routing\QueryParameterValueSupplierTest.cs (1)
35AssertKeyValuePair<DateTime>("DateTimeVal", new DateTimeOffset(2020, 1, 2, 3, 4, 5, 678, TimeSpan.FromHours(-9)).LocalDateTime);
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (2)
CertificateManagerTests.cs (2)
64Assert.Equal(now.LocalDateTime, httpsCertificate.NotBefore); 65Assert.Equal(now.AddYears(1).LocalDateTime, httpsCertificate.NotAfter);
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
264SignedOn = timestampToken.GenTime.LocalDateTime,
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
150return offset.LocalDateTime;
System.Net.Requests (2)
System\Net\HttpWebRequest.cs (1)
1636return dateTimeOffset.LocalDateTime;
System\Net\HttpWebResponse.cs (1)
154return dateTimeOffset.LocalDateTime;
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Utf8Parser\Utf8Parser.Date.cs (1)
77value = dateTimeOffset.LocalDateTime;
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (6)
247=> FileSystem.GetCreationTime(Path.GetFullPath(path)).LocalDateTime; 268return FileSystem.GetCreationTime(fileHandle).LocalDateTime; 359=> FileSystem.GetLastAccessTime(Path.GetFullPath(path)).LocalDateTime; 380return FileSystem.GetLastAccessTime(fileHandle).LocalDateTime; 471=> FileSystem.GetLastWriteTime(Path.GetFullPath(path)).LocalDateTime; 492return FileSystem.GetLastWriteTime(fileHandle).LocalDateTime;
System.Private.Xml (5)
System\Xml\BinaryXml\SqlUtils.cs (3)
636return XsdKatmaiDateOffsetToDateTimeOffset(data, offset).LocalDateTime; 642return XsdKatmaiDateTimeOffsetToDateTimeOffset(data, offset).LocalDateTime; 648return XsdKatmaiTimeOffsetToDateTimeOffset(data, offset).LocalDateTime;
System\Xml\Core\XmlWriter.cs (1)
277WriteValue(value.TotalOffsetMinutes != 0 ? value.LocalDateTime : value.UtcDateTime);
System\Xml\Schema\XmlValueConverter.cs (1)
797return value.LocalDateTime;
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (2)
845DateTime notBeforeLocal = notBefore.LocalDateTime; 856DateTime notAfterLocal = notAfter.LocalDateTime;
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
54return rid.RKeyId.Value.Date.Value.LocalDateTime;
System.Text.Json (1)
System\Text\Json\JsonHelpers.Date.cs (1)
67value = dateTimeOffset.LocalDateTime;