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