8 references to InvalidProgramException
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (2)
334throw new InvalidProgramException("SizeConst is required for ByValArray."); 550throw new InvalidProgramException("SizeConst is required for ByValString.");
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Http\Routing\src\Patterns\RoutePatternParser.cs (2)
57throw new InvalidProgramException(message); 128throw new InvalidProgramException(message);
Microsoft.AspNetCore.Routing (2)
Patterns\RoutePatternParser.cs (2)
57throw new InvalidProgramException(message); 128throw new InvalidProgramException(message);
System.Private.CoreLib (2)
Internal\Runtime\TypeLoaderExceptionHelper.cs (2)
54throw new InvalidProgramException(GetFormatString(id)); 59throw new InvalidProgramException(SR.Format(GetFormatString(id), methodName));