1 override of Quotas
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
97public override XmlDictionaryReaderQuotas Quotas
39 references to Quotas
dotnet-svcutil-lib (39)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (23)
298return ReadContentAsBase64(Quotas.MaxArrayLength, MaxInitialArrayLength); 325return ReadContentAsString(Quotas.MaxStringContentLength); 390return ReadContentAsBinHex(Quotas.MaxArrayLength); 920return BooleanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 925return BooleanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 948return Int16ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 953return Int16ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 979return Int32ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 984return Int32ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1007return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1012return Int64ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1035return SingleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1040return SingleArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1063return DoubleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1068return DoubleArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1091return DecimalArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1096return DecimalArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1119return DateTimeArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1124return DateTimeArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1147return GuidArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1152return GuidArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1175return TimeSpanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength); 1180return TimeSpanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
312XmlDictionaryWriter writer = _buffer.OpenSection(reader.Quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
906return OnCreateBufferedCopy(maxBufferSize, _reader.Quotas); 1280reader.Quotas.CopyTo(_quotas); 1372return OnCreateBufferedCopy(maxBufferSize, _reader.Quotas); 1725return OnCreateBufferedCopy(maxBufferSize, _reader.Quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
663XmlDictionaryWriter writer = detail.OpenSection(reader.Quotas); 725XmlDictionaryWriter writer = detail.OpenSection(reader.Quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
518XmlDictionaryWriter writer = buffer.OpenSection(reader.Quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (8)
530XmlDictionaryWriter writer = buffer.OpenSection(reader.Quotas); 724bufferWriter = buffer.OpenSection(reader.Quotas); 804bufferWriter = buffer.OpenSection(reader.Quotas); 818bufferWriter = buffer.OpenSection(reader.Quotas); 832bufferWriter = buffer.OpenSection(reader.Quotas); 861bufferWriter = buffer.OpenSection(reader.Quotas); 930XmlDictionaryWriter writer = buffer.OpenSection(reader.Quotas); 1337XmlDictionaryWriter writer = _metadataBuffer.OpenSection(reader.Quotas);