13 references to 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));