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