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