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