Address JanK's PR feedback
authorTomas <trylek@microsoft.com>
Thu, 23 Jan 2020 17:07:54 +0000 (18:07 +0100)
committerTomas <trylek@microsoft.com>
Thu, 23 Jan 2020 17:11:06 +0000 (18:11 +0100)
commit21442b1b44dcf1576e02ee7d93ca9c0b12dd7968
treed10224a5152f77f6a52c7c535929cfb60caa8451
parent78411a2607158e1647443eb833dea186503a8d32
Address JanK's PR feedback

I have audited all entries in the intrinsics table and I added
the [Intrinsic] annotation to all applicable methods. I haven't
found <code>System.EETypePtr.EETypePtrOf</code> and
<code>System.Activator.DefaultConstructorOf</code> anywhere.
I have reverted the additional check for IsInternalCall that
I put in CorInfoImpl in the 1st commit.

Thanks

Tomas
src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs
src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.cs
src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.cs
src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs