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