Example #1
0
 protected virtual void Dispose(bool disposing)
 {
     GateCache.Pop();
 }
Example #2
0
 public GateCache(GateCache parent)
 {
     _parent = parent;
 }
Example #3
0
 public GateConverter()
 {
     GateCache.Push();
 }