3 writes to MaxDepth
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\EncoderHelpers.cs (1)
40
bufferedReadQuotas.
MaxDepth
= EncoderDefaults.BufferedReadDefaultMaxDepth;
Metadata\MetadaExchangeResolver.cs (2)
376
binding.ReaderQuotas.
MaxDepth
= MaxDepth;
385
binding.ReaderQuotas.
MaxDepth
= MaxDepth;
8 references to MaxDepth
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
291
if (_depth > _quotas.
MaxDepth
)
292
XmlExceptionHelper.ThrowMaxDepthExceeded(this, _quotas.
MaxDepth
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (2)
255
if (_readerQuotas.
MaxDepth
!= binary.ReaderQuotas.
MaxDepth
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (2)
245
if (_readerQuotas.
MaxDepth
!= mtom.ReaderQuotas.
MaxDepth
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
194
if (_readerQuotas.
MaxDepth
!= text.ReaderQuotas.
MaxDepth
)