2 writes to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
101_readerQuotas = elementToBeCloned._readerQuotas; 301set { _readerQuotas = value; }
2 references to _readerQuotas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
101_readerQuotas = elementToBeCloned._readerQuotas; 300get { return _readerQuotas; }