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