1 override of CreateMissingMetadataException
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
122
public override Exception
CreateMissingMetadataException
(Type pertainant)
6 references to CreateMissingMetadataException
System.Private.CoreLib (6)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
82
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(Type.GetTypeFromMethodTable(mt));
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
203
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(attributeType);
System\Reflection\Runtime\General\Helpers.cs (1)
127
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(delegateType.ToType());
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
540
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(this.ToType());
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (2)
61
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(typeMapGroup);
104
throw ReflectionCoreExecution.ExecutionEnvironment.
CreateMissingMetadataException
(typeMapGroup);