System.Xml.Xsl.XsltOld.TemplateBaseAction.ReleaseVariableSlots C# (CSharp) Method

ReleaseVariableSlots() public method

public ReleaseVariableSlots ( int n ) : void
n int
return void
        public void ReleaseVariableSlots(int n) {
        // This code does optimisation of variable placement. Comented out for this version
        //      Reuse of the variable disable the check that variable was assigned before the actual use
        //      this check has to be done in compile time n future.
//            this.variableFreeSlot -= n;
        }
    }