Exemple #1
0
 public virtual object GetDebugCookie(LightCompiler compiler) => null;
 internal BranchLabel GetLabel(LightCompiler compiler)
 {
     EnsureLabel(compiler);
     return(_label);
 }
Exemple #3
0
 public virtual object GetDebugCookie(LightCompiler compiler)
 {
     return(null);
 }