Example #1
0
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
Example #2
0
 public static CompileCache GetInstance()
 {
     return(instance ?? (instance = new CompileCache()));
 }
Example #3
0
 protected Script()
 {
     Cache = CompileCache.GetInstance();
 }
Example #4
0
 public static CompileCache GetInstance()
 {
     return instance ?? (instance = new CompileCache());
 }