Home
last modified time | relevance | path

Searched refs:SmlExClauseSize (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs351 private static readonly uint SmlExClauseSize = 12; field in PEAPI.CILInstructions
839 (fatExceptionFormat ? FatExClauseSize : SmlExClauseSize); in CheckCode()
852 exceptSize = ExHeaderSize + numExceptClauses * SmlExClauseSize; in CheckCode()