1 write to StorageMethods
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
398
StorageMethods
= new Dictionary<Type, XmlILStorageMethods>();
26 references to StorageMethods
System.Data.SqlXml (26)
System\Xml\Xsl\IlGen\GenerateHelper.cs (16)
399
StorageMethods
[typeof(string)] = new XmlILStorageMethods(typeof(string));
400
StorageMethods
[typeof(bool)] = new XmlILStorageMethods(typeof(bool));
401
StorageMethods
[typeof(int)] = new XmlILStorageMethods(typeof(int));
402
StorageMethods
[typeof(long)] = new XmlILStorageMethods(typeof(long));
403
StorageMethods
[typeof(decimal)] = new XmlILStorageMethods(typeof(decimal));
404
StorageMethods
[typeof(double)] = new XmlILStorageMethods(typeof(double));
405
StorageMethods
[typeof(float)] = new XmlILStorageMethods(typeof(float));
406
StorageMethods
[typeof(DateTime)] = new XmlILStorageMethods(typeof(DateTime));
407
StorageMethods
[typeof(byte[])] = new XmlILStorageMethods(typeof(byte[]));
408
StorageMethods
[typeof(XmlQualifiedName)] = new XmlILStorageMethods(typeof(XmlQualifiedName));
409
StorageMethods
[typeof(TimeSpan)] = new XmlILStorageMethods(typeof(TimeSpan));
410
StorageMethods
[typeof(XPathItem)] = new XmlILStorageMethods(typeof(XPathItem));
411
StorageMethods
[typeof(XPathNavigator)] = new XmlILStorageMethods(typeof(XPathNavigator));
1283
XmlILStorageMethods meth = XmlILMethods.
StorageMethods
[itemStorageType];
1288
Call(XmlILMethods.
StorageMethods
[itemStorageType].IListItem);
1299
meth = XmlILMethods.
StorageMethods
[clrType].ValueAs;
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (1)
644
this.helper.Call(XmlILMethods.
StorageMethods
[this.storage.ItemStorageType].ToAtomicValue);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
1253
XmlILStorageMethods meths = XmlILMethods.
StorageMethods
[GetItemStorageType(ndAvg)];
1261
XmlILStorageMethods meths = XmlILMethods.
StorageMethods
[GetItemStorageType(ndSum)];
1269
XmlILStorageMethods meths = XmlILMethods.
StorageMethods
[GetItemStorageType(ndMin)];
1277
XmlILStorageMethods meths = XmlILMethods.
StorageMethods
[GetItemStorageType(ndMax)];
2101
XmlILStorageMethods methods = XmlILMethods.
StorageMethods
[itemStorageType];
3400
if (clrTypeFormalArg == XmlILMethods.
StorageMethods
[itemType].IListType) {
3404
else if (clrTypeFormalArg == XmlILMethods.
StorageMethods
[typeof(XPathItem)].IListType) {
3445
this.helper.Emit(OpCodes.Ldsfld, XmlILMethods.
StorageMethods
[typeof(XPathItem)].SeqEmpty);
4500
methods = XmlILMethods.
StorageMethods
[cacheType];