3 references to InvalidProgramDefault
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1641ThrowHelper.ThrowInvalidProgramException(ExceptionStringID.InvalidProgramDefault);
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\TypeSystemException.cs (1)
147: base(ExceptionStringID.InvalidProgramDefault)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
825codeStream.EmitLdc((int)ExceptionStringID.InvalidProgramDefault);