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