Nullable: Contract.cs and more interop (#24193)
authorStephen Toub <stoub@microsoft.com>
Thu, 25 Apr 2019 14:06:02 +0000 (10:06 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2019 14:06:02 +0000 (10:06 -0400)
commit4dc324887a85bc90ef6830b2d27ba49c31058d72
treeca9c19a572cd647bb06bbf7ade9d6e6bd282233c
parente6034d903f2608445a3f66e3694f461fad7b8b88
Nullable: Contract.cs and more interop (#24193)

* Nullable: Contract.cs and more interop

* Address PR feedback
30 files changed:
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.ActivityControl.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EVENT_INFO_CLASS.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EtwEnableCallback.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventActivityIdControl.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventRegister.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventSetInformation.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventTraceGuidsEx.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventUnregister.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventWriteString.cs
src/System.Private.CoreLib/shared/Interop/Windows/Advapi32/Interop.EventWriteTransfer.cs
src/System.Private.CoreLib/shared/System/DateTime.Win32.cs
src/System.Private.CoreLib/shared/System/DateTime.WinRT.cs
src/System.Private.CoreLib/shared/System/Diagnostics/Contracts/Contracts.cs
src/System.Private.CoreLib/shared/System/GCMemoryInfo.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ArrayWithOffset.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/BStrWrapper.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComEventsHelpers.NoCom.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/CriticalHandle.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/CurrencyWrapper.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/DispatchWrapper.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ErrorWrapper.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/HandleRef.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ICustomAdapter.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ICustomFactory.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ICustomQueryInterface.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/SafeBuffer.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/UnknownWrapper.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/VariantWrapper.cs
src/System.Private.CoreLib/shared/System/WinRTFolderPaths.cs
src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs