protected Script() { Cache = CompileCache.GetInstance(); }
public static CompileCache GetInstance() { return(instance ?? (instance = new CompileCache())); }
public static CompileCache GetInstance() { return instance ?? (instance = new CompileCache()); }