18 references to TypeLoaderExceptionHelper
System.Private.CoreLib (18)
Internal\Runtime\Augments\RuntimeAugments.cs (8)
733throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName, messageArg); 738throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName); 743throw TypeLoaderExceptionHelper.CreateMissingMethodException(id, methodName); 748throw TypeLoaderExceptionHelper.CreateMissingFieldException(id, fieldName); 753throw TypeLoaderExceptionHelper.CreateFileNotFoundException(id, fileName); 758throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id); 763throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id, methodName); 768throw TypeLoaderExceptionHelper.CreateBadImageFormatException(id);
Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (10)
46throw TypeLoaderExceptionHelper.CreateBadImageFormatException(id); 53throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName); 60throw TypeLoaderExceptionHelper.CreateTypeLoadException(id, className, typeName, messageArg); 67throw TypeLoaderExceptionHelper.CreateMissingMethodException(id, methodName); 74throw TypeLoaderExceptionHelper.CreateMissingFieldException(id, fieldName); 81throw TypeLoaderExceptionHelper.CreateFileNotFoundException(id, fileName); 88throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id); 95throw TypeLoaderExceptionHelper.CreateInvalidProgramException(id, methodName); 102throw TypeLoaderExceptionHelper.CreateMarshalDirectiveException(id); 109throw TypeLoaderExceptionHelper.CreateAmbiguousMatchException(id);