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