31 references to DeclareLocal
System.Data.SqlXml (31)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
1089this.locXOut = DeclareLocal("$$$xwrtChk", typeof(XmlQueryOutput));
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (3)
371LocalBuilder locIdx = this.helper.DeclareLocal("$$$idx", typeof(int)); 529EnsureLocal(this.helper.DeclareLocal(locName, typeof(IList<>).MakeGenericType(this.storage.ItemStorageType))); 531EnsureLocal(this.helper.DeclareLocal(locName, this.storage.ItemStorageType));
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (26)
142LocalBuilder locParam = this.helper.DeclareLocal("$$$param", typeof(object)); 386locNav = this.helper.DeclareLocal("$$$navDoc", typeof(XPathNavigator)); 859locCond = this.helper.DeclareLocal("$$$cond", itemStorageType); 860locBool = this.helper.DeclareLocal("$$$boolResult", typeof(bool)); 1104locList = this.helper.DeclareLocal("$$$itemList", itemStorageType); 1105locIdx = this.helper.DeclareLocal("$$$idxList", typeof(int)); 1189locIter = this.helper.DeclareLocal(iterName, iterType); 1190locNav = this.helper.DeclareLocal("$$$navSet", typeof(XPathNavigator)); 1291locAgg = this.helper.DeclareLocal(aggName, typAgg); 1430locStringConcat = this.helper.DeclareLocal("$$$strcat", typeof(StringConcat)); 1799locIter = this.helper.DeclareLocal("$$$iterElemContent", typeof(ElementContentIterator)); 1816locIter = this.helper.DeclareLocal("$$$iterContent", typeof(NodeKindContentIterator)); 1896LocalBuilder locIndex = this.helper.DeclareLocal("$$$index", typeof(XmlILIndex)); 1992locPos = this.helper.DeclareLocal("$$$pos", typeof(int)); 2102locCache = this.helper.DeclareLocal("$$$cache", methods.SeqType); 2110locKeys = this.helper.DeclareLocal("$$$keys", typeof(XmlSortKeyAccumulator)); 2324LocalBuilder locMerge = this.helper.DeclareLocal("$$$dodMerge", typeof(DodSequenceMerge)); 2413LocalBuilder locNav = this.helper.DeclareLocal("$$$navAttr", typeof(XPathNavigator)); 2434LocalBuilder locNav = this.helper.DeclareLocal("$$$navParent", typeof(XPathNavigator)); 2453LocalBuilder locNav = this.helper.DeclareLocal("$$$navRoot", typeof(XPathNavigator)); 2557LocalBuilder locIter = this.helper.DeclareLocal("$$$iterId", typeof(IdIterator)); 3310LocalBuilder locArgs = this.helper.DeclareLocal("$$$args", typeof(IList<XPathItem>[])); 3638LocalBuilder locIter = this.helper.DeclareLocal(iterName, iterType); 3661LocalBuilder locIter = this.helper.DeclareLocal(iterName, iterType); 3696LocalBuilder locIter = this.helper.DeclareLocal(iterName, iterType); 4501locCache = this.helper.DeclareLocal("$$$cache", methods.SeqType);
System\Xml\Xsl\XmlIlGenerator.cs (1)
357LocalBuilder locTypes = this.helper.DeclareLocal("$$$types", typeof(Type[]));