5 references to RawNewObject
System.Private.CoreLib (4)
Internal\IntrinsicSupport\ComparerHelpers.cs (1)
91
return RuntimeAugments.
RawNewObject
(comparerType);
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
104
return RuntimeAugments.
RawNewObject
(comparerType);
System\ActivatorImplementation.cs (2)
40
return RuntimeAugments.
RawNewObject
(typeHandle);
93
return RuntimeAugments.
RawNewObject
(typeHandle);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\EETypeCreator.cs (1)
342
object obj = RuntimeAugments.
RawNewObject
(((MethodTable*)state.GcStaticDesc)->ToRuntimeTypeHandle());