1 write to _quotas
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1279
_quotas
= new XmlDictionaryReaderQuotas();
2 references to _quotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1280
reader.Quotas.CopyTo(
_quotas
);
1373
return OnCreateBufferedCopy(maxBufferSize,
_quotas
);