24 references to XmlDictionaryReaderQuotaTypes
System.Runtime.Serialization (13)
System\Xml\XmlDictionaryReaderQuotas.cs (13)
28
XmlDictionaryReaderQuotaTypes
modifiedQuotas = 0x00;
38
XmlDictionaryReaderQuotaTypes
.MaxDepth |
XmlDictionaryReaderQuotaTypes
.MaxStringContentLength |
XmlDictionaryReaderQuotaTypes
.MaxArrayLength |
XmlDictionaryReaderQuotaTypes
.MaxBytesPerRead |
XmlDictionaryReaderQuotaTypes
.MaxNameTableCharCount);
45
XmlDictionaryReaderQuotas(int maxDepth, int maxStringContentLength, int maxArrayLength, int maxBytesPerRead, int maxNameTableCharCount,
XmlDictionaryReaderQuotaTypes
modifiedQuotas)
99
this.modifiedQuotas |=
XmlDictionaryReaderQuotaTypes
.MaxStringContentLength;
118
this.modifiedQuotas |=
XmlDictionaryReaderQuotaTypes
.MaxArrayLength;
137
this.modifiedQuotas |=
XmlDictionaryReaderQuotaTypes
.MaxBytesPerRead;
156
this.modifiedQuotas |=
XmlDictionaryReaderQuotaTypes
.MaxDepth;
175
this.modifiedQuotas |=
XmlDictionaryReaderQuotaTypes
.MaxNameTableCharCount;
179
public
XmlDictionaryReaderQuotaTypes
ModifiedQuotas
System.ServiceModel (11)
System\ServiceModel\Channels\EncoderHelpers.cs (11)
21
if (IsDefaultQuota(bufferedReadQuotas,
XmlDictionaryReaderQuotaTypes
.MaxStringContentLength))
26
if (IsDefaultQuota(bufferedReadQuotas,
XmlDictionaryReaderQuotaTypes
.MaxArrayLength))
31
if (IsDefaultQuota(bufferedReadQuotas,
XmlDictionaryReaderQuotaTypes
.MaxBytesPerRead))
36
if (IsDefaultQuota(bufferedReadQuotas,
XmlDictionaryReaderQuotaTypes
.MaxNameTableCharCount))
41
if (IsDefaultQuota(bufferedReadQuotas,
XmlDictionaryReaderQuotaTypes
.MaxDepth))
49
private static bool IsDefaultQuota(XmlDictionaryReaderQuotas quotas,
XmlDictionaryReaderQuotaTypes
quotaType)
53
case
XmlDictionaryReaderQuotaTypes
.MaxDepth:
54
case
XmlDictionaryReaderQuotaTypes
.MaxStringContentLength:
55
case
XmlDictionaryReaderQuotaTypes
.MaxArrayLength:
56
case
XmlDictionaryReaderQuotaTypes
.MaxBytesPerRead:
57
case
XmlDictionaryReaderQuotaTypes
.MaxNameTableCharCount: