4 references to CreateTypeLoadException
System.Private.CoreLib (4)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
165throw Helpers.CreateTypeLoadException(fullName, this.FullName);
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (2)
198exception = Helpers.CreateTypeLoadException(outerTypeInfo.FullName + "+" + name, outerTypeInfo.Assembly.FullName); 226exception = Helpers.CreateTypeLoadException(fullName, assemblyName.FullName);
System\Reflection\TypeNameResolver.NativeAot.cs (1)
202throw Helpers.CreateTypeLoadException(unescapedTypeName, (defaultAssembly ?? coreLib).FullName);