1 override of CreateMissingMetadataException
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
93public override Exception CreateMissingMetadataException(Type pertainant)
5 references to CreateMissingMetadataException
System.Private.CoreLib (5)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
82throw ReflectionCoreExecution.ExecutionEnvironment.CreateMissingMetadataException(Type.GetTypeFromMethodTable(mt));
System\Reflection\Runtime\General\Helpers.cs (1)
126throw ReflectionCoreExecution.ExecutionEnvironment.CreateMissingMetadataException(delegateType.ToType());
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
548throw ReflectionCoreExecution.ExecutionEnvironment.CreateMissingMetadataException(this.ToType());
System\Runtime\InteropServices\TypeMapLazyDictionary.NativeAot.cs (2)
61throw ReflectionCoreExecution.ExecutionEnvironment.CreateMissingMetadataException(typeMapGroup); 104throw ReflectionCoreExecution.ExecutionEnvironment.CreateMissingMetadataException(typeMapGroup);