1 write to helper
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
256
this.
helper
= helper;
37 references to helper
System.Data.SqlXml (37)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (37)
249
Init(iterParent, iterParent.
helper
);
324
this.
helper
.BranchAndMark(this.lblNext, lblOnEnd);
353
this.
helper
.CallCacheCount(this.storage.ItemStorageType);
364
this.
helper
.LoadInteger(0);
365
this.
helper
.CallCacheItem(this.storage.ItemStorageType);
371
LocalBuilder locIdx = this.
helper
.DeclareLocal("$$$idx", typeof(int));
378
this.
helper
.LoadInteger(-1);
379
this.
helper
.Emit(OpCodes.Stloc, locIdx);
382
lblNext = this.
helper
.DefineLabel();
383
this.
helper
.MarkLabel(lblNext);
386
this.
helper
.Emit(OpCodes.Ldloc, locIdx);
387
this.
helper
.LoadInteger(1);
388
this.
helper
.Emit(OpCodes.Add);
389
this.
helper
.Emit(OpCodes.Stloc, locIdx);
392
this.
helper
.Emit(OpCodes.Ldloc, locIdx);
394
this.
helper
.Emit(OpCodes.Bge, GetLabelNext());
398
this.
helper
.Emit(OpCodes.Ldloc, locIdx);
399
this.
helper
.CallCacheItem(this.storage.ItemStorageType);
464
this.
helper
.Emit(OpCodes.Dup);
468
this.
helper
.LoadParameter(this.storage.ParameterLocation);
472
this.
helper
.Emit(OpCodes.Ldloc, this.storage.LocalLocation);
476
this.
helper
.Emit(OpCodes.Ldloca, this.storage.CurrentLocation);
477
this.
helper
.Call(this.storage.CurrentLocation.LocalType.GetMethod("get_Current"));
503
this.
helper
.LoadQueryRuntime();
504
this.
helper
.Call(this.storage.GlobalLocation);
529
EnsureLocal(this.
helper
.DeclareLocal(locName, typeof(IList<>).MakeGenericType(this.storage.ItemStorageType)));
531
EnsureLocal(this.
helper
.DeclareLocal(locName, this.storage.ItemStorageType));
542
this.
helper
.Emit(OpCodes.Stloc, bldr);
552
this.
helper
.Emit(OpCodes.Pop);
608
this.
helper
.Call(XmlILMethods.NavsToItems);
615
this.
helper
.Call(XmlILMethods.ItemsToNavs);
627
this.
helper
.Emit(OpCodes.Castclass, typeof(XPathNavigator));
631
this.
helper
.CallValueAs(storageTypeDest);
642
this.
helper
.LoadInteger(this.
helper
.StaticData.DeclareXmlType(xmlType));
643
this.
helper
.LoadQueryRuntime();
644
this.
helper
.Call(XmlILMethods.StorageMethods[this.storage.ItemStorageType].ToAtomicValue);