6 overrides of Quotas
System.IdentityModel (2)
System\IdentityModel\IdentityModelWrappedXmlDictionaryReader.cs (1)
457
public override XmlDictionaryReaderQuotas
Quotas
System\IdentityModel\WrappedXmlDictionaryReader.cs (1)
233
public override XmlDictionaryReaderQuotas
Quotas
System.Runtime.Serialization (3)
System\Xml\XmlBaseReader.cs (1)
106
public override XmlDictionaryReaderQuotas
Quotas
System\Xml\XmlMtomReader.cs (2)
131
public override XmlDictionaryReaderQuotas
Quotas
1106
public override XmlDictionaryReaderQuotas
Quotas
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamReader.cs (1)
140
public override XmlDictionaryReaderQuotas
Quotas
55 references to Quotas
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
829
return XmlDictionaryReader.CreateTextReader(plainText, reader.
Quotas
);
System\IdentityModel\Tokens\SamlAssertion.cs (1)
312
effectiveReader = XmlDictionaryReader.CreateBinaryReader(stream.GetBuffer(), 0, (int)stream.Length, samlSerializer.DictionaryManager.ParentDictionary, reader.
Quotas
);
System.Runtime.Serialization (32)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
42
return dictionaryReader.
Quotas
;
117
buffer = ByteArrayHelperWithString.Instance.ReadArray(tempDictionaryReader, JsonGlobals.itemString, string.Empty, tempDictionaryReader.
Quotas
.MaxArrayLength);
121
buffer = ByteArrayHelperWithString.Instance.ReadArray(dictionaryReader, JsonGlobals.itemString, string.Empty, dictionaryReader.
Quotas
.MaxArrayLength);
System\Runtime\Serialization\XmlReaderDelegator.cs (2)
835
if (dictionaryReader.
Quotas
== null)
838
return Math.Min(context.RemainingItemCount, dictionaryReader.
Quotas
.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (24)
382
return ReadContentAsBase64(
Quotas
.MaxArrayLength, MaxInitialArrayLength);
412
return ReadContentAsString(
Quotas
.MaxStringContentLength);
480
return ReadString(
Quotas
.MaxStringContentLength);
527
return ReadContentAsBinHex(
Quotas
.MaxArrayLength);
1066
return BooleanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1071
return BooleanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1094
return Int16ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1099
return Int16ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1125
return Int32ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1130
return Int32ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1153
return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1158
return Int64ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1181
return SingleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1186
return SingleArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1209
return DoubleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1214
return DoubleArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1237
return DecimalArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1242
return DecimalArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1265
return DateTimeArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1270
return DateTimeArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1293
return GuidArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1298
return GuidArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1321
return TimeSpanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
1326
return TimeSpanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri,
Quotas
.MaxArrayLength);
System\Xml\XmlMtomReader.cs (3)
135
return this.xmlReader.
Quotas
;
1101
this.chunkSize = Math.Min(reader.
Quotas
.MaxBytesPerRead, chunkSize);
1110
return this.parentReader.
Quotas
;
System.ServiceModel (21)
System\ServiceModel\Channels\AddressHeader.cs (1)
326
XmlDictionaryWriter writer = buffer.OpenSection(reader.
Quotas
);
System\ServiceModel\Channels\Message.cs (4)
947
return OnCreateBufferedCopy(maxBufferSize, this.reader.
Quotas
);
1345
reader.
Quotas
.CopyTo(this.quotas);
1438
return OnCreateBufferedCopy(maxBufferSize, this.reader.
Quotas
);
1793
return OnCreateBufferedCopy(maxBufferSize, this.reader.
Quotas
);
System\ServiceModel\Channels\MessageFault.cs (2)
668
XmlDictionaryWriter writer = detail.OpenSection(reader.
Quotas
);
730
XmlDictionaryWriter writer = detail.OpenSection(reader.
Quotas
);
System\ServiceModel\Channels\MessageHeader.cs (1)
520
XmlDictionaryWriter writer = buffer.OpenSection(reader.
Quotas
);
System\ServiceModel\Channels\WsrmFault.cs (1)
771
XmlDictionaryWriter writer = buffer.OpenSection(headerReader.
Quotas
);
System\ServiceModel\EndpointAddress.cs (8)
532
XmlDictionaryWriter writer = buffer.OpenSection(reader.
Quotas
);
726
bufferWriter = buffer.OpenSection(reader.
Quotas
);
806
bufferWriter = buffer.OpenSection(reader.
Quotas
);
820
bufferWriter = buffer.OpenSection(reader.
Quotas
);
834
bufferWriter = buffer.OpenSection(reader.
Quotas
);
863
bufferWriter = buffer.OpenSection(reader.
Quotas
);
932
XmlDictionaryWriter writer = buffer.OpenSection(reader.
Quotas
);
1339
XmlDictionaryWriter writer = metadataBuffer.OpenSection(reader.
Quotas
);
System\ServiceModel\Security\WSSecureConversation.cs (1)
454
sct = cookieSerializer.CreateSecurityContextFromCookie(encodedCookie, contextId, generation, id, reader.
Quotas
);
System\ServiceModel\Security\WSTrust.cs (2)
293
using (XmlDictionaryWriter writer = issuedTokenBuffer.OpenSection(reader.
Quotas
))
324
using (XmlDictionaryWriter writer = rstrBuffer.OpenSection(reader.
Quotas
))
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (1)
70
using (XmlDictionaryWriter writer = buffer.OpenSection(unparsedExtensionsReader.
Quotas
))