13 instantiations of XmlILStorageMethods
System.Private.Xml (13)
System\Xml\Xsl\IlGen\GenerateHelper.cs (13)
442{ typeof(string), new XmlILStorageMethods(typeof(string)) }, 443{ typeof(bool), new XmlILStorageMethods(typeof(bool)) }, 444{ typeof(int), new XmlILStorageMethods(typeof(int)) }, 445{ typeof(long), new XmlILStorageMethods(typeof(long)) }, 446{ typeof(decimal), new XmlILStorageMethods(typeof(decimal)) }, 447{ typeof(double), new XmlILStorageMethods(typeof(double)) }, 448{ typeof(float), new XmlILStorageMethods(typeof(float)) }, 449{ typeof(DateTime), new XmlILStorageMethods(typeof(DateTime)) }, 450{ typeof(byte[]), new XmlILStorageMethods(typeof(byte[])) }, 451{ typeof(XmlQualifiedName), new XmlILStorageMethods(typeof(XmlQualifiedName)) }, 452{ typeof(TimeSpan), new XmlILStorageMethods(typeof(TimeSpan)) }, 453{ typeof(XPathItem), new XmlILStorageMethods(typeof(XPathItem)) }, 454{ typeof(XPathNavigator), new XmlILStorageMethods(typeof(XPathNavigator)) },
10 references to XmlILStorageMethods
System.Private.Xml (10)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
440public static readonly Dictionary<Type, XmlILStorageMethods> StorageMethods = new Dictionary<Type, XmlILStorageMethods>(13) 1360XmlILStorageMethods meth = XmlILMethods.StorageMethods[itemStorageType];
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (7)
1348XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndAvg)]; 1357XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndSum)]; 1366XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndMin)]; 1375XmlILStorageMethods meths = XmlILMethods.StorageMethods[GetItemStorageType(ndMax)]; 1382private QilUnary CreateAggregator(QilUnary ndAgg, string aggName, XmlILStorageMethods methods, MethodInfo methAgg, MethodInfo methResult) 2269XmlILStorageMethods methods = XmlILMethods.StorageMethods[itemStorageType]; 4844XmlILStorageMethods methods;