Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs377 bool tinyFormat, fatExceptionFormat = false; field in PEAPI.CILInstructions
835 if (tryBlock.isFat()) fatExceptionFormat = true; in CheckCode()
839 (fatExceptionFormat ? FatExClauseSize : SmlExClauseSize); in CheckCode()
842 fatExceptionFormat = true; in CheckCode()
845 if (fatExceptionFormat) { in CheckCode()
891 tryBlock.Write(output,fatExceptionFormat); in Write()