15 instantiations of XmlDictionaryReaderQuotas
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
72_quotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (1)
37private static readonly XmlDictionaryReaderQuotas s_maxQuota = new XmlDictionaryReaderQuotas(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
48_readerQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
26_readerQuotas = new XmlDictionaryReaderQuotas(); 39_readerQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (1)
14XmlDictionaryReaderQuotas bufferedReadQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1279_quotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
44_readerQuotas = new XmlDictionaryReaderQuotas(); 56_readerQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
282_readerQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
36_readerQuotas = new XmlDictionaryReaderQuotas(); 47_readerQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
128return (T)(object)new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
46public static readonly XmlDictionaryReaderQuotas ReaderQuotas = new XmlDictionaryReaderQuotas();
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (1)
88_quotas = new XmlDictionaryReaderQuotas();
103 references to XmlDictionaryReaderQuotas
dotnet-svcutil-lib (103)
CodeDomFixup\MethodCreationHelper.cs (2)
2108new CodePropertyReferenceExpression(new CodeTypeReferenceExpression(typeof(XmlDictionaryReaderQuotas)), "Max"))); 2125new CodePropertyReferenceExpression(new CodeTypeReferenceExpression(typeof(XmlDictionaryReaderQuotas)), "Max")));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
590XmlReaderDelegator xmlDelegator = new XmlReaderDelegator(XmlDictionaryReader.CreateTextReader(byteBuffer, XmlDictionaryReaderQuotas.Max));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (1)
224return ReadObject(XmlDictionaryReader.CreateTextReader(stream, XmlDictionaryReaderQuotas.Max));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (3)
37private XmlDictionaryReaderQuotas _quotas; 97public override XmlDictionaryReaderQuotas Quotas 122protected void MoveToInitial(XmlDictionaryReaderQuotas quotas)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (3)
34XmlDictionaryReaderQuotas quotas, 54XmlDictionaryReaderQuotas quotas, 64private void MoveToInitial(XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session, OnXmlDictionaryReaderClose onClose)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (13)
38public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) 45public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) 50public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) 55public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session) 63public static XmlDictionaryReader CreateBinaryReader(Stream stream, XmlDictionaryReaderQuotas quotas) 68public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) 73public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session) 80static public XmlDictionaryReader CreateTextReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) 87static public XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) 94static public XmlDictionaryReader CreateTextReader(Stream stream, XmlDictionaryReaderQuotas quotas) 100XmlDictionaryReaderQuotas quotas, 116public virtual XmlDictionaryReaderQuotas Quotas 120return XmlDictionaryReaderQuotas.Max;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (4)
37private static readonly XmlDictionaryReaderQuotas s_maxQuota = new XmlDictionaryReaderQuotas(int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue, int.MaxValue, 60static public XmlDictionaryReaderQuotas Max 68public void CopyTo(XmlDictionaryReaderQuotas quotas) 78internal void InternalCopyTo(XmlDictionaryReaderQuotas quotas)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (5)
26void SetInput(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose); 27void SetInput(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose); 562public void SetInput(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose) 580public void SetInput(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose) 590private void MoveToInitial(XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose)
FrameworkFork\System.ServiceModel\System\IdentityModel\XmlBuffer.cs (3)
25private XmlDictionaryReaderQuotas _quotas; 27public Section(int offset, int size, XmlDictionaryReaderQuotas quotas) 44public XmlDictionaryReaderQuotas Quotas
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
125XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.Max);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
35private XmlDictionaryReaderQuotas _readerQuotas; 36private XmlDictionaryReaderQuotas _bufferedReadReaderQuotas; 40XmlDictionaryReaderQuotas readerQuotas, long maxReceivedMessageSize, BinaryVersion version, CompressionFormat compressionFormat) 85public XmlDictionaryReaderQuotas ReaderQuotas 245public override XmlDictionaryReaderQuotas Quotas 700XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateBinaryReader(messageData.Array, messageData.Offset, messageData.Count, XD.Dictionary, XmlDictionaryReaderQuotas.Max, _readerSessionForLogging);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
15private XmlDictionaryReaderQuotas _readerQuotas; 133public XmlDictionaryReaderQuotas ReaderQuotas 225if (typeof(T) == typeof(XmlDictionaryReaderQuotas))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (2)
67return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.Max); 70internal BodyWriter OnCreateBufferedCopy(int maxBufferSize, XmlDictionaryReaderQuotas quotas)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (2)
35public virtual XmlDictionaryReaderQuotas Quotas 37get { return XmlDictionaryReaderQuotas.Max; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (4)
12internal static XmlDictionaryReaderQuotas GetBufferedReadQuotas(XmlDictionaryReaderQuotas encoderQuotas) 14XmlDictionaryReaderQuotas bufferedReadQuotas = new XmlDictionaryReaderQuotas(); 46private static bool IsDefaultQuota(XmlDictionaryReaderQuotas quotas, XmlDictionaryReaderQuotaTypes quotaType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (7)
264XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.Max); 328return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.Max); 331internal MessageBuffer OnCreateBufferedCopy(int maxBufferSize, XmlDictionaryReaderQuotas quotas) 348XmlDictionaryWriter writer = bodyBuffer.OpenSection(XmlDictionaryReaderQuotas.Max); 1229private XmlDictionaryReaderQuotas _quotas; 1406XmlDictionaryReaderQuotas Quotas { get; } 1726return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.Max);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
210XmlDictionaryWriter writer = detailBuffer.OpenSection(XmlDictionaryReaderQuotas.Max);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
462XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.Max);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
20private XmlDictionaryReaderQuotas _readerQuotas; 97public XmlDictionaryReaderQuotas ReaderQuotas 186if (typeof(T) == typeof(XmlDictionaryReaderQuotas))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
48private XmlDictionaryReaderQuotas _readerQuotas; 298internal XmlDictionaryReaderQuotas ReaderQuotas
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (8)
28public TextMessageEncoderFactory(MessageVersion version, Encoding writeEncoding, int maxReadPoolSize, int maxWritePoolSize, XmlDictionaryReaderQuotas quotas) 61public XmlDictionaryReaderQuotas ReaderQuotas 261private XmlDictionaryReaderQuotas _readerQuotas; 262private XmlDictionaryReaderQuotas _bufferedReadReaderQuotas; 265public TextMessageEncoder(MessageVersion version, Encoding writeEncoding, int maxReadPoolSize, int maxWritePoolSize, XmlDictionaryReaderQuotas quotas) 329public XmlDictionaryReaderQuotas ReaderQuotas 509XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateTextReader(messageData.Array, messageData.Offset, messageData.Count, XmlDictionaryReaderQuotas.Max); 704public override XmlDictionaryReaderQuotas Quotas
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
15private XmlDictionaryReaderQuotas _readerQuotas; 89public XmlDictionaryReaderQuotas ReaderQuotas 159if (typeof(T) == typeof(XmlDictionaryReaderQuotas))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
126if (typeof(T) == typeof(XmlDictionaryReaderQuotas))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (2)
46public static readonly XmlDictionaryReaderQuotas ReaderQuotas = new XmlDictionaryReaderQuotas(); 48public static bool IsDefaultReaderQuotas(XmlDictionaryReaderQuotas quotas)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (6)
36private XmlDictionaryReaderQuotas _readerQuotas; 163internal XmlDictionaryReaderQuotas ReaderQuotas 177_readerQuotas = bindingElement.GetIndividualProperty<XmlDictionaryReaderQuotas>(); 769internal static XmlReader GetXmlReader(HttpWebResponse response, long maxMessageSize, XmlDictionaryReaderQuotas readerQuotas) 847private XmlDictionaryReaderQuotas _readerQuotas; 849internal AsyncMetadataLocationRetriever(WebRequest request, long maxMessageSize, XmlDictionaryReaderQuotas readerQuotas, TimeoutHelper timeoutHelper, AsyncCallback callback, object state)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
211XmlDictionaryReader bufferReader = XmlDictionaryReader.CreateTextReader(memoryBuffer.Array, 0, (int)memoryStream.Length, XmlDictionaryReaderQuotas.Max);
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
110public XmlDictionaryReaderQuotas ReaderQuotas 275internal virtual void SetReaderQuotas(XmlDictionaryReaderQuotas readerQuotas)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
159internal override void SetReaderQuotas(XmlDictionaryReaderQuotas readerQuotas)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
115internal override void SetReaderQuotas(XmlDictionaryReaderQuotas readerQuotas)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
94public XmlDictionaryReaderQuotas ReaderQuotas
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
99public XmlDictionaryReaderQuotas ReaderQuotas
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
515writer.WriteNode(XmlDictionaryReader.CreateBinaryReader(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.Max), false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
525writer.WriteNode(XmlDictionaryReader.CreateBinaryReader(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.Max), false);
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
114public XmlDictionaryReaderQuotas ReaderQuotas
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
99public XmlDictionaryReaderQuotas ReaderQuotas
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (5)
20private XmlDictionaryReaderQuotas _quotas; 33private XmlDictionaryReaderQuotas _quotas; 35public Section(int offset, int size, XmlDictionaryReaderQuotas quotas) 52public XmlDictionaryReaderQuotas Quotas 83public XmlDictionaryWriter OpenSection(XmlDictionaryReaderQuotas quotas)