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