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

◆ MaxArrayLength

int System.Xml.XmlDictionaryReaderQuotas.MaxArrayLength
getset

Definition at line 59 of file XmlDictionaryReaderQuotas.cs.

60 {
61 get
62 {
63 return _maxArrayLength;
64 }
65 set
66 {
67 if (_readOnly)
68 {
70 }
71 if (value <= 0)
72 {
74 }
76 _modifiedQuotas |= XmlDictionaryReaderQuotaTypes.MaxArrayLength;
77 }
78 }
static string QuotaIsReadOnly
Definition SR.cs:264
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string QuotaMustBePositive
Definition SR.cs:262
Definition SR.cs:7
XmlDictionaryReaderQuotaTypes _modifiedQuotas

Referenced by System.Xml.XmlDictionaryReader.ReadBooleanArray(), System.Xml.XmlDictionaryReader.ReadBooleanArray(), System.Runtime.Serialization.Json.JsonReaderDelegator.ReadContentAsBase64(), System.Xml.XmlBaseReader.ReadContentAsBase64(), System.Xml.XmlDictionaryReader.ReadContentAsBase64(), System.Xml.XmlBaseReader.ReadContentAsBinHex(), System.Xml.XmlDictionaryReader.ReadContentAsBinHex(), System.Xml.XmlBaseReader.ReadDateTimeArray(), System.Xml.XmlDictionaryReader.ReadDateTimeArray(), System.Xml.XmlBaseReader.ReadDateTimeArray(), System.Xml.XmlDictionaryReader.ReadDateTimeArray(), System.Xml.XmlBaseReader.ReadDecimalArray(), System.Xml.XmlDictionaryReader.ReadDecimalArray(), System.Xml.XmlBaseReader.ReadDecimalArray(), System.Xml.XmlDictionaryReader.ReadDecimalArray(), System.Xml.XmlBaseReader.ReadDoubleArray(), System.Xml.XmlDictionaryReader.ReadDoubleArray(), System.Xml.XmlBaseReader.ReadDoubleArray(), System.Xml.XmlDictionaryReader.ReadDoubleArray(), System.Xml.XmlBaseReader.ReadGuidArray(), System.Xml.XmlDictionaryReader.ReadGuidArray(), System.Xml.XmlBaseReader.ReadGuidArray(), System.Xml.XmlDictionaryReader.ReadGuidArray(), System.Xml.XmlBaseReader.ReadInt16Array(), System.Xml.XmlDictionaryReader.ReadInt16Array(), System.Xml.XmlBaseReader.ReadInt16Array(), System.Xml.XmlDictionaryReader.ReadInt16Array(), System.Xml.XmlBaseReader.ReadInt32Array(), System.Xml.XmlDictionaryReader.ReadInt32Array(), System.Xml.XmlBaseReader.ReadInt32Array(), System.Xml.XmlDictionaryReader.ReadInt32Array(), System.Xml.XmlBaseReader.ReadInt64Array(), System.Xml.XmlDictionaryReader.ReadInt64Array(), System.Xml.XmlBaseReader.ReadInt64Array(), System.Xml.XmlDictionaryReader.ReadInt64Array(), System.Xml.XmlBaseReader.ReadSingleArray(), System.Xml.XmlDictionaryReader.ReadSingleArray(), System.Xml.XmlBaseReader.ReadSingleArray(), System.Xml.XmlDictionaryReader.ReadSingleArray(), System.Xml.XmlBaseReader.ReadTimeSpanArray(), System.Xml.XmlDictionaryReader.ReadTimeSpanArray(), System.Xml.XmlBaseReader.ReadTimeSpanArray(), and System.Xml.XmlDictionaryReader.ReadTimeSpanArray().