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

EnsureLocalNoCache() public method

Ensure that the iterator's items are not cached and that the current item is saved to the specified local variable.
public EnsureLocalNoCache ( LocalBuilder bldr ) : void
bldr System.Reflection.Emit.LocalBuilder
return void
        public void EnsureLocalNoCache(LocalBuilder bldr) {
            EnsureNoCache();
            EnsureLocal(bldr);
        }

Same methods

IteratorDescriptor::EnsureLocalNoCache ( string locName ) : void