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