2 references to Length
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1599
byte[] ehInfoData = new byte[(int)EHInfoFields.
Length
* sizeof(uint) * totalClauses];
1604
int clauseOffset = (int)EHInfoFields.
Length
* sizeof(uint) * i;