5 references to TryGetBaseType
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
86
if (RuntimeAugments.
TryGetBaseType
(typeHandle, out baseTypeHandle))
803
if (RuntimeAugments.
TryGetBaseType
(typeHandle, out baseTypeHandle))
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
376
if (!RuntimeAugments.
TryGetBaseType
(srcType, out srcType))
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.Metadata.cs (1)
554
if (!RuntimeAugments.
TryGetBaseType
(declaringTypeOfVirtualInvoke, out declaringTypeOfVirtualInvoke))
Internal\TypeSystem\RuntimeNoMetadataType.cs (1)
117
if (!RuntimeAugments.
TryGetBaseType
(RuntimeTypeHandle, out baseTypeHandle))