Nullable: src\System\Runtime\InteropServices (#23936)
authorStephen Toub <stoub@microsoft.com>
Sat, 13 Apr 2019 04:42:33 +0000 (00:42 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2019 04:42:33 +0000 (00:42 -0400)
commitb10b8bb843b0ed14911eb45060df09e69017735a
treebbe8e26a9c5bda64b4d965f798322f02df3eecc3
parent92389f22fabb6331e693a434846addbf07fb8dce
Nullable: src\System\Runtime\InteropServices (#23936)

* Nullable: src\System\Runtime\InteropServices

* Address PR feedback
14 files changed:
src/System.Private.CoreLib/shared/System/Delegate.cs
src/System.Private.CoreLib/shared/System/Gen2GcCallback.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/GCHandle.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/Attributes.cs [deleted file]
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsMethod.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsSink.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/CriticalHandle.CoreCLR.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/IDispatch.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/Variant.cs
src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs