2 writes to _maxReceivedMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
100
_maxReceivedMessageSize
= elementToBeCloned._maxReceivedMessageSize;
289
set {
_maxReceivedMessageSize
= value; }
2 references to _maxReceivedMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
100
_maxReceivedMessageSize = elementToBeCloned.
_maxReceivedMessageSize
;
288
get { return
_maxReceivedMessageSize
; }