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