Delete DateTime FCalls and switch to fully managed implementation (#46690)
authorJan Kotas <jkotas@microsoft.com>
Fri, 8 Jan 2021 00:06:20 +0000 (16:06 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 00:06:20 +0000 (16:06 -0800)
commit2c7ae5c034695ae1255d58aecf38b868e6a0fa93
tree96b215e3bc909f11e7d380027952a86253d110d4
parent5175f6d13922748f483a42dedfdeb092d28400ce
Delete DateTime FCalls and switch to fully managed implementation (#46690)
15 files changed:
src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs [deleted file]
src/coreclr/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs [deleted file]
src/coreclr/classlibnative/bcltype/system.cpp
src/coreclr/classlibnative/bcltype/system.h
src/coreclr/vm/ecalllist.h
src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetSystemTimeAsTicks.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.FileTimeToSystemTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemTime.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemTimeAsFileTime.cs [deleted file]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetSystemTimePreciseAsFileTime.cs [deleted file]
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SystemTimeToFileTime.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/DateTime.Unix.cs
src/libraries/System.Private.CoreLib/src/System/DateTime.Windows.cs