Esempio n. 1
0
 public NestingContext IncrementNestingContext()
 {
     return(NestingContext.Get(this, m_NestingLevel + 1));
 }
Esempio n. 2
0
 public NestingContext ApplyNestingContext(int nestingLevel)
 {
     return(NestingContext.Get(this, nestingLevel));
 }