21 references to ItemStorageType
System.Data.SqlXml (21)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (13)
353
this.helper.CallCacheCount(this.storage.
ItemStorageType
);
365
this.helper.CallCacheItem(this.storage.
ItemStorageType
);
367
this.storage = StorageDescriptor.Stack(this.storage.
ItemStorageType
, false);
399
this.helper.CallCacheItem(this.storage.
ItemStorageType
);
401
SetIterator(lblNext, StorageDescriptor.Stack(this.storage.
ItemStorageType
, false));
529
EnsureLocal(this.helper.DeclareLocal(locName, typeof(IList<>).MakeGenericType(this.storage.
ItemStorageType
)));
531
EnsureLocal(this.helper.DeclareLocal(locName, this.storage.
ItemStorageType
));
597
if (this.storage.
ItemStorageType
== storageTypeDest)
600
Debug.Assert(this.storage.
ItemStorageType
== typeof(XPathItem) || storageTypeDest == typeof(XPathItem),
606
if (this.storage.
ItemStorageType
== typeof(XPathNavigator)) {
624
if (this.storage.
ItemStorageType
== typeof(XPathItem)) {
635
else if (this.storage.
ItemStorageType
== typeof(XPathNavigator)) {
644
this.helper.Call(XmlILMethods.StorageMethods[this.storage.
ItemStorageType
].ToAtomicValue);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (8)
1002
this.helper.CallCacheCount(this.iterNested.Storage.
ItemStorageType
);
2960
Debug.Assert(this.iterCurr.Storage.
ItemStorageType
== typeof(XPathItem), "If !IsNode, then storage type should be Item");
3123
this.helper.CallCacheCount(this.iterNested.Storage.
ItemStorageType
);
4338
this.iterCurr.Storage.
ItemStorageType
== GetItemStorageType(nd) ||
4339
this.iterCurr.Storage.
ItemStorageType
== typeof(XPathItem) ||
4341
"QilNodeType " + nd.NodeType + " cannot be stored using type " + this.iterCurr.Storage.
ItemStorageType
+ ".");
4483
if (this.iterCurr.Storage.
ItemStorageType
== itemStorageType)
4488
if (this.iterCurr.Storage.
ItemStorageType
== typeof(XPathNavigator) || itemStorageType == typeof(XPathNavigator)) {