13 instantiations of XmlILStorageMethods
System.Data.SqlXml (13)
System\Xml\Xsl\IlGen\GenerateHelper.cs (13)
399StorageMethods[typeof(string)] = new XmlILStorageMethods(typeof(string)); 400StorageMethods[typeof(bool)] = new XmlILStorageMethods(typeof(bool)); 401StorageMethods[typeof(int)] = new XmlILStorageMethods(typeof(int)); 402StorageMethods[typeof(long)] = new XmlILStorageMethods(typeof(long)); 403StorageMethods[typeof(decimal)] = new XmlILStorageMethods(typeof(decimal)); 404StorageMethods[typeof(double)] = new XmlILStorageMethods(typeof(double)); 405StorageMethods[typeof(float)] = new XmlILStorageMethods(typeof(float)); 406StorageMethods[typeof(DateTime)] = new XmlILStorageMethods(typeof(DateTime)); 407StorageMethods[typeof(byte[])] = new XmlILStorageMethods(typeof(byte[])); 408StorageMethods[typeof(XmlQualifiedName)] = new XmlILStorageMethods(typeof(XmlQualifiedName)); 409StorageMethods[typeof(TimeSpan)] = new XmlILStorageMethods(typeof(TimeSpan)); 410StorageMethods[typeof(XPathItem)] = new XmlILStorageMethods(typeof(XPathItem)); 411StorageMethods[typeof(XPathNavigator)] = new XmlILStorageMethods(typeof(XPathNavigator));
10 references to XmlILStorageMethods
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
395public static readonly Dictionary<Type, XmlILStorageMethods> StorageMethods; 398StorageMethods = new Dictionary<Type, XmlILStorageMethods>(); 1283XmlILStorageMethods meth = XmlILMethods.StorageMethods[itemStorageType];
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (7)
1253XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndAvg)]; 1261XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndSum)]; 1269XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndMin)]; 1277XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndMax)]; 1284private QilNode CreateAggregator(QilUnary ndAgg, string aggName, XmlILStorageMethods methods, MethodInfo methAgg, MethodInfo methResult) { 2101XmlILStorageMethods methods = XmlILMethods.StorageMethods[itemStorageType]; 4472XmlILStorageMethods methods;