Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StorageMethods

readonly Dictionary<Type, XmlILStorageMethods> System.Xml.Xsl.IlGen.XmlILMethods.StorageMethods
static
Initial value:
{
{
typeof(string),
new XmlILStorageMethods(typeof(string))
},
{
typeof(bool),
},
{
typeof(int),
},
{
typeof(long),
new XmlILStorageMethods(typeof(long))
},
{
typeof(decimal),
new XmlILStorageMethods(typeof(decimal))
},
{
typeof(double),
new XmlILStorageMethods(typeof(double))
},
{
typeof(float),
new XmlILStorageMethods(typeof(float))
},
{
new XmlILStorageMethods(typeof(DateTime))
},
{
typeof(byte[]),
new XmlILStorageMethods(typeof(byte[]))
},
{
typeof(XmlQualifiedName),
new XmlILStorageMethods(typeof(XmlQualifiedName))
},
{
new XmlILStorageMethods(typeof(TimeSpan))
},
{
typeof(XPathItem),
new XmlILStorageMethods(typeof(XPathItem))
},
{
typeof(XPathNavigator),
new XmlILStorageMethods(typeof(XPathNavigator))
}
}

Definition at line 599 of file XmlILMethods.cs.

600 {
601 {
602 typeof(string),
603 new XmlILStorageMethods(typeof(string))
604 },
605 {
606 typeof(bool),
607 new XmlILStorageMethods(typeof(bool))
608 },
609 {
610 typeof(int),
611 new XmlILStorageMethods(typeof(int))
612 },
613 {
614 typeof(long),
615 new XmlILStorageMethods(typeof(long))
616 },
617 {
618 typeof(decimal),
619 new XmlILStorageMethods(typeof(decimal))
620 },
621 {
622 typeof(double),
623 new XmlILStorageMethods(typeof(double))
624 },
625 {
626 typeof(float),
627 new XmlILStorageMethods(typeof(float))
628 },
629 {
631 new XmlILStorageMethods(typeof(DateTime))
632 },
633 {
634 typeof(byte[]),
635 new XmlILStorageMethods(typeof(byte[]))
636 },
637 {
638 typeof(XmlQualifiedName),
639 new XmlILStorageMethods(typeof(XmlQualifiedName))
640 },
641 {
643 new XmlILStorageMethods(typeof(TimeSpan))
644 },
645 {
647 new XmlILStorageMethods(typeof(XPathItem))
648 },
649 {
651 new XmlILStorageMethods(typeof(XPathNavigator))
652 }
653 };

Referenced by System.Xml.Xsl.IlGen.GenerateHelper.CallCacheCount(), System.Xml.Xsl.IlGen.GenerateHelper.CallCacheItem(), System.Xml.Xsl.IlGen.GenerateHelper.CallValueAs(), System.Xml.Xsl.IlGen.IteratorDescriptor.EnsureItemStorageType(), System.Xml.Xsl.IlGen.XmlILVisitor.NestedVisitEnsureCache(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitAverage(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitMaximum(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitMinimum(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitSort(), System.Xml.Xsl.IlGen.XmlILVisitor.VisitSum(), and System.Xml.Xsl.IlGen.XmlILVisitor.VisitXsltInvokeEarlyBound().