Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs796 internal void CheckCode(uint locSigIx, bool initLocals, int maxStack) in CheckCode() argument
814 if ((offset < smallSize) && (maxStack <= 8) && (locSigIx == 0) && (exceptions == null)) { in CheckCode()
824 localSigIx = locSigIx; in CheckCode()