Nullable: Addition COM types (#24032)
authorStephen Toub <stoub@microsoft.com>
Tue, 16 Apr 2019 17:24:31 +0000 (13:24 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2019 17:24:31 +0000 (13:24 -0400)
commitb6907db12eff4fa7cf956eb770f66c8ffa7b274d
tree906d440564a9fd64709132bdb864f521479f835b
parent38b1ff9e0d235860fc158ce2595cc2598f9f9183
Nullable: Addition COM types (#24032)

Somehow these slipped through previous rounds of annotating.
18 files changed:
src/System.Private.CoreLib/shared/System/Numerics/Vector_Operations.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumString.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IMoniker.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IPersistFile.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IStream.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeComp.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeLib.cs
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs
src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIPropertyValueImpl.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/CLRIReferenceImpl.cs