1 implementation of Quotas
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedMessageData.cs (1)
35public virtual XmlDictionaryReaderQuotas Quotas
2 references to Quotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
442XmlDictionaryWriter writer = buffer.OpenSection(_bufferedMessageData.Quotas); 452XmlDictionaryWriter writer = buffer.OpenSection(bufferedMessageData.Quotas);