Esempio n. 1
0
 public virtual object GetDebugCookie(LightCompiler compiler) => null;
Esempio n. 2
0
 internal BranchLabel GetLabel(LightCompiler compiler)
 {
     EnsureLabel(compiler);
     return(_label);
 }
Esempio n. 3
0
 public virtual object GetDebugCookie(LightCompiler compiler)
 {
     return(null);
 }