System.Xml.Xsl.IlGen.IteratorDescriptor.EnsureNoStackNoCache C# (CSharp) Method

EnsureNoStackNoCache() public method

Ensure that the iterator's items are not cached, and that if the current item is pushed onto the stack, that it is moved to a local variable.
public EnsureNoStackNoCache ( string locName ) : void
locName string
return void
        public void EnsureNoStackNoCache(string locName) {
            EnsureNoCache();
            EnsureNoStack(locName);
        }