17 references to Max
dotnet-svcutil-lib (17)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
590
XmlReaderDelegator xmlDelegator = new XmlReaderDelegator(XmlDictionaryReader.CreateTextReader(byteBuffer, XmlDictionaryReaderQuotas.
Max
));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (1)
224
return ReadObject(XmlDictionaryReader.CreateTextReader(stream, XmlDictionaryReaderQuotas.
Max
));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
120
return XmlDictionaryReaderQuotas.
Max
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
125
XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
700
XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateBinaryReader(messageData.Array, messageData.Offset, messageData.Count, XD.Dictionary, XmlDictionaryReaderQuotas.
Max
, _readerSessionForLogging);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (1)
67
return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (1)
37
get { return XmlDictionaryReaderQuotas.
Max
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
264
XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.
Max
);
328
return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.
Max
);
348
XmlDictionaryWriter writer = bodyBuffer.OpenSection(XmlDictionaryReaderQuotas.
Max
);
1726
return OnCreateBufferedCopy(maxBufferSize, XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
210
XmlDictionaryWriter writer = detailBuffer.OpenSection(XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
462
XmlDictionaryWriter writer = buffer.OpenSection(XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
509
XmlDictionaryReader xmlDictionaryReader = XmlDictionaryReader.CreateTextReader(messageData.Array, messageData.Offset, messageData.Count, XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
211
XmlDictionaryReader bufferReader = XmlDictionaryReader.CreateTextReader(memoryBuffer.Array, 0, (int)memoryStream.Length, XmlDictionaryReaderQuotas.
Max
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
515
writer.WriteNode(XmlDictionaryReader.CreateBinaryReader(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.
Max
), false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
525
writer.WriteNode(XmlDictionaryReader.CreateBinaryReader(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.
Max
), false);