13 instantiations of XmlILStorageMethods
System.Data.SqlXml (13)
System\Xml\Xsl\IlGen\GenerateHelper.cs (13)
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));
10 references to XmlILStorageMethods
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
395
public static readonly Dictionary<Type,
XmlILStorageMethods
> StorageMethods;
398
StorageMethods = new Dictionary<Type,
XmlILStorageMethods
>();
1283
XmlILStorageMethods
meth = XmlILMethods.StorageMethods[itemStorageType];
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (7)
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)];
1284
private QilNode CreateAggregator(QilUnary ndAgg, string aggName,
XmlILStorageMethods
methods, MethodInfo methAgg, MethodInfo methResult) {
2101
XmlILStorageMethods
methods = XmlILMethods.StorageMethods[itemStorageType];
4472
XmlILStorageMethods
methods;